project_files/hwc/rtl/tests/check_check.h
author alfadur
Tue, 16 Oct 2018 23:49:44 +0300
changeset 13929 ff77c9920007
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
add opassign implementations

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif