project_files/hwc/rtl/tests/check_check.h
author sheepluva <sheepluva@users.noreply.github.com>
Fri, 28 Nov 2014 17:38:18 +0100
changeset 10563 247e36ba2814
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Merge pull request #20 from LocutusOfBorg/tests pull request merge: add testsuite, exclude pas2c build from testing for now

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif