project_files/hwc/rtl/tests/check_check.h
author sheepluva
Tue, 17 Jun 2014 16:10:43 +0200
changeset 10320 0f9ad60f738c
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
fix some (newly introduces) glitches with normal water

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif