]> www.ginac.de Git - ginac.git/blobdiff - check/times.cpp
* New funny timing added: compute an antipode in Yukawa theory.
[ginac.git] / check / times.cpp
index 1e7475c768156d4dd0a4f6854e50d699bceca700..246a51235649053b9279b6c1e983ba36b304b145 100644 (file)
@@ -176,6 +176,13 @@ int main()
                ++result;
        }
        
+       try {
+               result += time_antipode();
+       } catch (const exception &e) {
+               cout << "Error: caught exception " << e.what() << endl;
+               ++result;
+       }
+       
        if (result) {
                cout << "Error: something went wrong. ";
                if (result == 1) {