project_files/hwc/rtl/tests/check_check.h
author sheepluva
Thu, 11 Dec 2014 17:50:05 +0100
changeset 10660 79fa79c77c38
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
fix size of PtrInt. enable tests for pas2c (all passing now)

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif