Comment 4 for bug 1845854

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

Most of the tests being performed in epicsCalcTest are cross-checks between the C compiler and the calc engine.

> /* Test an expression that is also valid C code */
> #define testExpr(expr) testCalc(#expr, expr);