aboutsummaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
authorPeter Carbonetto2017-07-18 12:50:58 -0500
committerGitHub2017-07-18 12:50:58 -0500
commit9aa2b33b02b58db98504efe7b3a3b1409933fb93 (patch)
tree98c1aa53d5ffa670a5c8ab2ff9599a32f1cbdc91 /run_tests.sh
parentcea327d2caed1506ea08c7417901a36b39a40922 (diff)
parentd6098a5f318543b525878c6cf45ddfe8ec923d9d (diff)
downloadpangemma-9aa2b33b02b58db98504efe7b3a3b1409933fb93.tar.gz
Merge pull request #54 from genenetwork/tests
Added test suite, make check and openblas support. Need to fix one test that is still failing.
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh
new file mode 100755
index 0000000..181f687
--- /dev/null
+++ b/run_tests.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+
+# download shunit2 in order to run tests (see INSTALL.md)
+
+cd test
+./test_suite.sh | tee /dev/stderr | grep -q 'success rate: 100%'