summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-14 17:39:32 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-14 17:39:32 +0000
commit135e91144ced358a8d0c578384e8ce4005a2bcd0 (patch)
tree55386ff0f927bc9fecf54b3a4e0c1725ecf6b2b8 /run
parent972d33c500c9de02aa007440f665637e455610c1 (diff)
Simplify time representation; better in-tree DCP subtitle parser.
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index ff88dd0..9f5ea49 100755
--- a/run/tests
+++ b/run/tests
@@ -2,7 +2,7 @@
private=../libsub-test-private
-export LD_LIBRARY_PATH=build/src:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=build/src:build/asdcplib/src:$LD_LIBRARY_PATH
if [ "$1" == "--debug" ]; then
shift
gdb --args build/test/tests $private $*