X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Ftests%2Frealops.cpp;h=997eb64d2ff5c580730e2858aaab8ffef85b9fe9;hp=61d747cb13e29e672c6d366203e325b2964d3c7f;hb=03cc1b0a0d0705e0b1d92e13fdb18608c7a00272;hpb=ea748154f1bc7dbc81cb52611a52865e63109439 diff --git a/src/tests/realops.cpp b/src/tests/realops.cpp index 61d747c..997eb64 100644 --- a/src/tests/realops.cpp +++ b/src/tests/realops.cpp @@ -22,6 +22,7 @@ bool NotEqual(double a, double b, double threshold=1e-1) int main(int argc, char ** argv) { srand(time(NULL)); + DebugRealInfo(); unsigned failures = 0; for (unsigned i = 0; i < TEST_CASES; ++i)