project_files/hwc/rtl/tests/check_check.h
author unc0rr
Thu, 06 Feb 2014 23:02:35 +0400
changeset 10111 459bc720cea1
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Drop support for other string types than string255

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif