project_files/hwc/rtl/tests/check_check.h
author KoBeWi <kobewi4e@gmail.com>
Sat, 15 Oct 2016 13:10:16 +0200
changeset 11875 b801ff99e52c
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
support for multiple inland rectangles [reviewed, cleaned up and committed by sheepluva]

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif