]> www.ginac.de Git - ginac.git/blobdiff - check/times.cpp
- whoops, accidentally commented out gamma series test...
[ginac.git] / check / times.cpp
index f5642862b47f678edba343d9b5c0bde8b1db0a34..9542c84ed09376e51463f65921549d790aa00b03 100644 (file)
@@ -113,6 +113,13 @@ int main()
         ++result;
     }
     
         ++result;
     }
     
+    try {
+        result += time_lw_IJKL();
+    } catch (const exception &e) {
+        cout << "Error: caught exception " << e.what() << endl;
+        ++result;
+    }
+    
     try {
         result += time_lw_M1();
     } catch (const exception &e) {
     try {
         result += time_lw_M1();
     } catch (const exception &e) {
@@ -141,6 +148,20 @@ int main()
         ++result;
     }
     
         ++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) {
     if (result) {
         cout << "Error: something went wrong. ";
         if (result == 1) {