project_files/hwc/rtl/tests/check_check.h
author Wuzzy <Wuzzy2@mail.ru>
Wed, 21 Feb 2018 21:29:30 +0100
changeset 13051 bd3a32cd553d
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Rewrite most mission texts to actually *explain* the goal

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif