project_files/hwc/rtl/tests/check_check.h
author unc0rr
Mon, 10 Feb 2014 00:43:03 +0400
changeset 10127 7f29a65aa1e4
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
It compiles \o/ Doesn't link yet though, need to implement new rtl functions

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif