project_files/hwc/rtl/tests/check_check.h
author Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Thu, 15 Jan 2015 11:48:28 +0100
changeset 10783 8e742c9ffdf8
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Add RelWithDebInfo for debugging purposes

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif