project_files/hwc/rtl/tests/check_check.h
author nemo
Mon, 15 Oct 2018 13:08:29 -0400
changeset 13925 7173b702e8db
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
tag both as overloadable - seems to satisfy clang 3.4

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif