project_files/hwc/rtl/tests/check_check.h
author sheepluva
Wed, 11 Nov 2015 23:29:49 +0100
branchsdl2transition
changeset 11368 c481d087f653
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
cmake tweaks. make pas2c build with sdl2 (keycodes or something still missing)

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif