diff options
Diffstat (limited to 'tests.h')
-rw-r--r-- | tests.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#ifndef MULTIHOME_TESTS_H +#define MULTIHOME_TESTS_H + +#ifdef ENABLE_TESTING +void test_main(); +#endif + +#endif //MULTIHOME_TESTS_H |