project_files/hwc/rtl/tests/check_check.h
author nemo
Wed, 02 Sep 2015 11:55:37 -0400
changeset 11067 c632b47b8ff0
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Trying to get these scripts to behave properly, still WIP though.

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif