project_files/hwc/rtl/tests/check_check.h
author Vittorio Giovara <vittorio.giovara@gmail.com>
Tue, 10 Nov 2015 13:53:15 +0100
changeset 11368 82784d932577
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
videorec: Appropriately rescale timestamps and duration Applies to both audio and video for them to be in sync.

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif