]> www.ginac.de Git - ginac.git/blobdiff - check/run_checks
- switched to automake build environment
[ginac.git] / check / run_checks
diff --git a/check/run_checks b/check/run_checks
new file mode 100755 (executable)
index 0000000..1c9e6ba
--- /dev/null
@@ -0,0 +1,5 @@
+#! /bin/sh
+echo "Running checks..."
+./check_ginac 2>result.out
+echo "Comparing output..."
+cmp result.ref result.out