project_files/hwc/rtl/tests/check_check.h
author unC0Rr
Fri, 02 Nov 2018 14:29:24 +0100
changeset 14099 bf40b5f938b0
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
- Add methods to work with Rect as box - Refactor, tests, fixes

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif