]> www.ginac.de Git - ginac.git/blobdiff - check/times.cpp
* some longish timings are now disabled by default.
[ginac.git] / check / times.cpp
index 8f4200b7bcd8c395aec6875654e65141e1d0b7e0..1e7475c768156d4dd0a4f6854e50d699bceca700 100644 (file)
@@ -127,6 +127,20 @@ int main()
                ++result;
        }
        
+       try {
+               result += time_lw_M2();
+       } catch (const exception &e) {
+               cout << "Error: caught exception " << e.what() << endl;
+               ++result;
+       }
+       
+       try {
+               result += time_lw_N();
+       } catch (const exception &e) {
+               cout << "Error: caught exception " << e.what() << endl;
+               ++result;
+       }
+       
        try {
                result += time_lw_O();
        } catch (const exception &e) {