diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 16:52:03 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-14 16:52:03 +0000 |
| commit | cc61ab3c56c9a2363ea9cfb09c43ed959f1bf596 (patch) | |
| tree | d5e47942949b28decc7b7d142cd7e220b9ecff24 /tests/run_tests.sh | |
| parent | update python version with R version (diff) | |
| download | SyncRNG-cc61ab3c56c9a2363ea9cfb09c43ed959f1bf596.tar.gz SyncRNG-cc61ab3c56c9a2363ea9cfb09c43ed959f1bf596.zip | |
Various renames
Diffstat (limited to 'tests/run_tests.sh')
| -rwxr-xr-x | tests/run_tests.sh | 3 |
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) |
