/** * This is a test for tr_path in $package$ */ #include "si_test.h" #include #include "tr_path.h" TEST_FUNC(tr_path) { TEST_DONE(); } int main(void) { TEST_INIT(); TEST_RUN(tr_path); TEST_REPORT(); }