aboutsummaryrefslogtreecommitdiff
path: root/test/run_tests.sh
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2015-07-31 16:38:55 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2015-07-31 16:38:55 +0200
commite5ad841afc8d7c6db4af3dc0de6206eb28472151 (patch)
treef762a55b0e25f1119a0474fbe7d94d806ff9c844 /test/run_tests.sh
parentupdate R usage to use the SyncRNG library (diff)
downloadSyncRNG-e5ad841afc8d7c6db4af3dc0de6206eb28472151.tar.gz
SyncRNG-e5ad841afc8d7c6db4af3dc0de6206eb28472151.zip
updated tests and added run_test script
Diffstat (limited to 'test/run_tests.sh')
-rwxr-xr-xtest/run_tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run_tests.sh b/test/run_tests.sh
new file mode 100755
index 0000000..4c7c5da
--- /dev/null
+++ b/test/run_tests.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+paste <(python test.py) <(Rscript test.R)