project_files/hwc/rtl/tests/check_check.h
author Bryan Dunsmore <dunsmoreb@gmail.com>
Fri, 30 Nov 2012 20:04:15 -0600
branchwebgl
changeset 8108 39d7a16ce60c
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Move code for Clang to separate CMake module.

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif