diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-02 00:54:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-02 00:54:17 +0000 |
| commit | a57dbd3690e4ca11a608470f30e080a3d4631436 (patch) | |
| tree | 07bb64e6ee12ab1a307500a26756c99dd0e70ff5 | |
| parent | 487f62d9e7e2b73cd44fdefe4a03735c7ed00fec (diff) | |
Test script fixes.
| -rwxr-xr-x | run/tests | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/bin/bash -e -private=../libsub1-test-private +private=../libsub-test-private export LD_LIBRARY_PATH=build/src:build/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then @@ -10,5 +10,5 @@ elif [ "$1" == "--valgrind" ]; then shift valgrind --tool="memcheck" build/test/tests $private $* else - build/test/tests $* -- $private + build/test/tests $* $private fi |
