project_files/hwc/rtl/tests/check_check.h
author unc0rr
Wed, 14 May 2014 01:12:21 +0400
changeset 10242 0ab0d7fa1c62
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Oops, should stop coding at night

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif