project_files/hwc/rtl/tests/check_check.h
author unc0rr
Mon, 04 May 2015 18:39:00 +0300
changeset 10924 ed1b6914cac5
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Less code - less bugs (fix pas2c build)

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif