project_files/hwc/rtl/tests/check_check.h
author nemo
Mon, 12 Sep 2022 18:31:43 -0400
branch1.0.0
changeset 15866 c4c616909805
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
tag a 1.0.2

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif