aboutsummaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 17:06:19 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-14 17:06:19 +0000
commit9187fc1fd45203c2e3501a8b55236e9db71fc2ed (patch)
tree572cffe74f5894f9cf1bd5168ee462cfc4afe9a9 /tests/run_tests.sh
parentupdate python version with R version (diff)
parentcast to int explicitly (diff)
downloadSyncRNG-9187fc1fd45203c2e3501a8b55236e9db71fc2ed.tar.gz
SyncRNG-9187fc1fd45203c2e3501a8b55236e9db71fc2ed.zip
Merge branch 'bugfix/python_error' into python
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-xtests/run_tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
new file mode 100755
index 0000000..4c7c5da
--- /dev/null
+++ b/tests/run_tests.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+paste <(python test.py) <(Rscript test.R)