project_files/hwc/rtl/tests/check_check.h
author sheepluva
Tue, 26 Apr 2016 20:51:13 +0200
changeset 11733 67049c8dedd1
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
make construction mode work with fort mode without mixing up clans and forts

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif