project_files/hwc/rtl/tests/check_check.h
author Vittorio Giovara <vittorio.giovara@gmail.com>
Wed, 04 Nov 2015 16:53:38 +0100
changeset 11299 64ad779be7bf
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Specify the enum type for Pixel and Sample formats

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif