summaryrefslogtreecommitdiff
path: root/common/make/test/project/inc/test_make.h
blob: acbf0244396a3ed09acb8321f17d34a32b50c2af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef test_make_h
#define test_make_h
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    test_make.h
 * \brief   Test program header for build system tests.
 * \ingroup test
 */

#define TEST_MAKE_EXIT 0

#endif /* test_make_h */