project_files/hwc/rtl/tests/check_check.h
author unc0rr
Sat, 02 Apr 2016 23:32:57 +0300
changeset 11644 f17df78181d8
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
- Init physfs before creating debug log - Remove addfilelog calls from physfs init code

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif