project_files/hwc/rtl/tests/check_check.h
author nemo
Thu, 17 May 2018 20:04:07 -0400
branch0.9.24
changeset 13393 ae5d6448c5be
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Make wrapping a lua and its sidecar actually work.

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif