project_files/hwc/rtl/tests/check_check.h
author sheepluva
Mon, 09 Jun 2014 20:14:11 +0200
changeset 10260 25155aaede77
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
clean up image loading a bit. gets rid of useless "Passed NULL data source" or PhysFS file not found errors

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif