]> www.ginac.de Git - ginac.git/blobdiff - check/times.cpp
- New tests from the Lewis-Wester Paper: I, J, K and L.
[ginac.git] / check / times.cpp
index f5642862b47f678edba343d9b5c0bde8b1db0a34..0d0007ec04ca57fb3ec2a396b99910e703767743 100644 (file)
@@ -113,6 +113,13 @@ int main()
         ++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) {