project_files/hwc/rtl/tests/check_check.h
author alfadur
Sat, 08 Apr 2023 01:44:53 +0300
changeset 15948 4ec24af5909a
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
disable videorec by default in vcpkg build

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif