project_files/hwc/rtl/tests/check_check.h
author nemo
Wed, 07 Nov 2018 16:44:16 -0500
changeset 14167 48b9da0178eb
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
oups getter should have it too

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif