project_files/hwc/rtl/tests/check_check.h
author sheepluva
Sun, 15 May 2016 23:11:14 +0200
changeset 11823 0fba6cb098a1
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
drop SysUtils inclusion from 5 files where it is not needed anymore

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif