summaryrefslogtreecommitdiff
path: root/cleopatre/devkit/tests/plcd/inc/utest_launcher.h
blob: 8457b56aa0574aa4eb2748d1c059174f30a8fd16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef devkit_plcd_utest_inc_utest_launcher_h
#define devkit_plcd_utest_inc_utest_launcher_h
/* Cleopatre project {{{
 *
 * Copyright (C) 2013 MStar Semiconductor
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    devkit/plcd/utest/inc/utest_launcher.h
 * \ingroup plcd_utest
 */
#include <check.h>

/* Every unit test object must have this function. */
Suite *
utest_suite (void);

#endif /* devkit_plcd_utest_inc_utest_launcher_h */