diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-09-11 20:22:24 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-09-11 20:22:24 -0400 |
commit | 1251aa55b97b3b4ca7c2c670bdbd683a76eb6daa (patch) | |
tree | 9c3f6d9638046dbbeacd284cf5a70b5d7f901f75 /tests.h | |
parent | e697056101dcd1461eee2bde3e169e4d7ddaec20 (diff) | |
download | multihome-1251aa55b97b3b4ca7c2c670bdbd683a76eb6daa.tar.gz |
Refactor headers and relocate tests
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 |