Fix script used to run libardour tests
authorTim Mayberry <mojofunk@gmail.com>
Wed, 24 Jul 2013 08:19:05 +0000 (18:19 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Fri, 11 Oct 2013 12:36:19 +0000 (22:36 +1000)
libs/ardour/run-tests.sh

index fc7d68a8a56b1d4e4f6bbc85ab8bdf0ba4457f1d..e894fecb63d145e5b0ab607958375258baf8f311 100755 (executable)
@@ -2,6 +2,7 @@
 #
 # Run libardour test suite.
 #
+. test-env.sh
 
 if [ "$1" == "--single" ] || [ "$2" == "--single" ]; then
         if [ "$1" == "--single" ]; then