summaryrefslogtreecommitdiff
path: root/run-tests.sh
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-17 15:14:14 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-17 15:14:14 +0100
commiteaac013b4e68dea48fb2c3070b7c7ca59dfd1b96 (patch)
tree782b6af4e27104273afb7713c66c9e1d1dbd2fb4 /run-tests.sh
parentaa1ea57fbbfe775168dacceb707a1dc80dc02dae (diff)
Hack asdcplib to make its RNG repeatable when we are testing.
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 08db5a85..a44ccea0 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-LD_LIBRARY_PATH=build/src
+LD_LIBRARY_PATH=build/src:build/asdcplib/src
build/test/tests
-diff -ur build/test/foo test/ref/DCP
+#diff -ur build/test/foo test/ref/DCP
\ No newline at end of file