project_files/hwc/rtl/tests/check_check.h
author sheepluva
Fri, 15 Jan 2016 13:18:40 +0100
changeset 11517 0e305b7153e6
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
serious anti wall sticking protection for hedgewars

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif