1 2 3 4 5 6 7 8
#ifndef MULTIHOME_TESTS_H #define MULTIHOME_TESTS_H #ifdef ENABLE_TESTING void test_main(); #endif #endif //MULTIHOME_TESTS_H