X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftimes.cpp;h=9542c84ed09376e51463f65921549d790aa00b03;hp=0d0007ec04ca57fb3ec2a396b99910e703767743;hb=5ced2647e3a2ce07042d0829017d0d12de9883a5;hpb=8b0c2741cf5b9b17025302f96ee7d1a451bbfbb0 diff --git a/check/times.cpp b/check/times.cpp index 0d0007ec..9542c84e 100644 --- a/check/times.cpp +++ b/check/times.cpp @@ -148,6 +148,20 @@ int main() ++result; } + try { + result += time_lw_Q(); + } catch (const exception &e) { + cout << "Error: caught exception " << e.what() << endl; + ++result; + } + + try { + result += time_lw_Qprime(); + } catch (const exception &e) { + cout << "Error: caught exception " << e.what() << endl; + ++result; + } + if (result) { cout << "Error: something went wrong. "; if (result == 1) {