project_files/hwc/rtl/tests/check_check.h
author nemo
Thu, 13 Dec 2018 12:12:13 -0500
branch0.9.25
changeset 14444 a32b967f1341
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
This seems to be all that was needed for bug #719

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif