project_files/hwc/rtl/tests/check_check.h
author nemo
Tue, 06 Mar 2018 15:21:36 -0500
changeset 13090 26173dd0c606
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
the clipping was just due to remote abuse anyway - this addresses a couple of the concerns from the bug

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif