Throw a specific exception when no WEBVTT header is found.
[libsub.git] / run / tests
index 09e58806c9e827b95898d1f9d92bfbd8922a2a9c..5154e736c1eaf8a9b80d161c23ad6135c39050f0 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -2,7 +2,7 @@
 
 private=../libsub-test-private
 
-export LD_LIBRARY_PATH=build/src
+export LD_LIBRARY_PATH=build/src:/usr/local/lib64:$LD_LIBRARY_PATH
 if [ "$1" == "--debug" ]; then
     shift
     gdb --args build/test/tests $private $*
@@ -10,5 +10,5 @@ elif [ "$1" == "--valgrind" ]; then
     shift
     valgrind --tool="memcheck" build/test/tests $private $*
 else
-    build/test/tests $private $*
+    build/test/tests $* $private
 fi