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

#define B_SHOUT "I AM THE B MODULE!\n"

#endif /* b_shout_h */