project_files/hwc/rtl/tests/check_check.h
author koda
Thu, 04 Apr 2013 02:07:06 +0200
branchwebgl
changeset 8853 ef59a44a9f08
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
and now engine in c links too (with more manual intervention as of issue #596)

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif