project_files/hwc/rtl/tests/check_check.h
author nemo
Mon, 14 Jan 2019 15:01:43 -0500
branch0.9.25
changeset 14588 e27f1d1c1da9
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
aaagh can't just move delete like that due to our RNG scrambling... reverting on branch. we'll just have to take our chances w/ the bad code

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif