project_files/hwc/rtl/tests/check_check.h
author Wuzzy <Wuzzy2@mail.ru>
Sat, 10 Mar 2018 12:32:44 +0100
changeset 13161 26f0c3669b4e
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Make a few more engine strings translatable

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif