project_files/hwc/rtl/tests/check_check.h
author unc0rr
Thu, 23 Jul 2015 19:51:14 +0300
changeset 11027 ba585693e19d
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Don't allow too big messages from clients

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

Suite *system_suite();
Suite *misc_suite();
Suite *sysutils_suite();
Suite *fileio_suite();

#endif