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