diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-16 19:24:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-16 19:24:44 +0100 |
| commit | 7d48446b5efdf795df1ce22d6d9ed3ebe85d3381 (patch) | |
| tree | f492aebd71fae087e7903dafc097d3899cff8481 /run-tests.sh | |
Import.
Diffstat (limited to 'run-tests.sh')
| -rwxr-xr-x | run-tests.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh new file mode 100755 index 00000000..08db5a85 --- /dev/null +++ b/run-tests.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +LD_LIBRARY_PATH=build/src +build/test/tests +diff -ur build/test/foo test/ref/DCP +
\ No newline at end of file |
