project_files/hwc/rtl/tests/check_check.h
author koda
Thu, 04 Apr 2013 01:38:30 +0200
branchwebgl
changeset 8850 ae8a957c69fd
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
engine to c now compiles with some manual intervention (as of bug #596)

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif