project_files/hwc/rtl/tests/check_check.h
author Wuzzy <Wuzzy2@mail.ru>
Sat, 11 May 2019 20:31:51 +0200
changeset 14918 68e1783762bc
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Pas2C: Support FileSize and Delete; add dummy implementation of FormatDateTime

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif