project_files/hwc/rtl/tests/check_check.h
author unc0rr
Tue, 11 Feb 2014 01:19:44 +0400
changeset 10129 cd2a64a1f4aa
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
- Pas2C: make use of 'external' function decorator - Fixes to rtl - Some work here and there

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif