diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-17 17:47:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-17 17:47:28 +0100 |
| commit | b6718fb437f242fd5127194d4c94e39d71c5e1ad (patch) | |
| tree | e6c0fb61d5252bb72969cdeaa752875bb06e14e3 /run-tests.sh | |
| parent | 1c22ef308a1d62b4c6935ede8233b1fea082b0ca (diff) | |
Some comments; fix up a UUID I think.
Diffstat (limited to 'run-tests.sh')
| -rwxr-xr-x | run-tests.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index a16806f7..701b25d6 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,5 +1,12 @@ #!/bin/sh +# +# Runs our test suite, which builds a DCP. +# The output is compared against the one +# in test/ref/DCP, and an error is given +# if anything is different. +# + LD_LIBRARY_PATH=build/src:build/asdcplib/src build/test/tests diff -ur build/test/foo test/ref/DCP |
