1 2 3 4 5 6 7 8 9
#ifndef TSIH_TESTS_H #define TSIH_TESTS_H #include "common/libtap/tap_unit.h" /* Unit API. */ unit_api tsig_tests_api; #endif // TSIH_TESTS_H