]> www.ginac.de Git - ginac.git/blobdiff - check/exams.cpp
- New file exam_inifcns.cpp holds some functions that really do not belong
[ginac.git] / check / exams.cpp
index 01453c401cce10dc2674db4dfac91b94e739537b..5aa327aeaedaa37b1540ee9d03451bd13d565cf7 100644 (file)
@@ -50,6 +50,13 @@ int main()
         ++result;
     }
     
+    try {
+        result += exam_inifcns();
+    } catch (const exception &e) {
+        cout << "Error: caught exception " << e.what() << endl;
+        ++result;
+    }
+    
     try {
         result += exam_differentiation();
     } catch (const exception &e) {