project_files/hwc/rtl/tests/check_check.h
author unC0Rr
Mon, 03 Feb 2025 15:25:28 +0100
changeset 16082 669cdf697f16
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Simplify 'for' loop by keeping more information about iterator

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif