project_files/hwc/rtl/tests/check_check.h
author sheepluva
Wed, 26 Nov 2014 14:20:53 +0100
changeset 10552 15d1e24a8c72
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
move fixed test case out of 'todo'

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif