diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-25 00:35:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-25 00:35:11 +0000 |
| commit | 4b9ef52067dc34489f9f3a424337f706ed11a00b (patch) | |
| tree | 214fd5c1462fed718edaad53b43ed50e77768b9b /run-tests.sh | |
| parent | f38137b21051ce770bbb4d829ae9d6229e97508f (diff) | |
Add FrameInfo::write for FILE *; test it.
Diffstat (limited to 'run-tests.sh')
| -rwxr-xr-x | run-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index 9456273a..fc56b247 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -20,7 +20,7 @@ elif [ "$1" == "--valgrind" ]; then shift LD_LIBRARY_PATH=build/src:build/asdcplib/src valgrind --tool="memcheck" build/test/tests else - LD_LIBRARY_PATH=build/src:build/asdcplib/src build/test/tests + LD_LIBRARY_PATH=build/src:build/asdcplib/src build/test/tests $* fi diff -ur test/ref/DCP/foo build/test/foo |
