3 #define TEST_EXPRESSION(x, y) \
6 printf("Problem with EXPR: Expression: \"%s\" in C returns %d while in CMake returns: %d\n", \
11 int main(int argc
, char* argv
[])
15 printf("Usage: %s\n", argv
[0]);
19 #include "MathTestTests.h"
22 printf("%s: %d math tests failed\n", argv
[0], res
);