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