project_files/hwc/rtl/tests/check_check.h
author koda
Thu, 21 Apr 2016 11:55:36 -0400
changeset 11659 71bdf987e41f
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Fully support emscripten toolchain in our build system

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif