1 2 3 4 5 6 7 8 9 10 11 12 13
#include "src/encode4i.c" #include "constants/4dInt32.h" #include "utils/rand32.h" #include "zfpEncodeBlockBase.c" int main() { const struct CMUnitTest tests[] = { #include "testcases/block.c" }; return cmocka_run_group_tests(tests, NULL, NULL); }