From fa8d0268eb9488530a9544bd0ed2631636b129b7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 20 Jan 2013 18:23:42 +0000 Subject: Fix compilation with --test. Make midnam test suite pass again. The Ardour test suite does not pass. I commented out old crossfade stuff, but I am not familiar enough with the parts that fail to fix it. It might be a good idea for someone to look into this. Ideally we'd have the test integrated into everyone's workflow, but they add quite a few files to compile... git-svn-id: svn://localhost/ardour2/branches/3.0@13931 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/midi++2/run-tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libs/midi++2/run-tests.sh') diff --git a/libs/midi++2/run-tests.sh b/libs/midi++2/run-tests.sh index 36ef09d80b..c146b5f83a 100755 --- a/libs/midi++2/run-tests.sh +++ b/libs/midi++2/run-tests.sh @@ -9,8 +9,7 @@ fi # Make symlink to TakeFive.mid in build directory cd ../../build/libs/midi++2 -if [ "$1" == "debug" ] -then +if [ "$1" == "debug" ]; then gdb ./run-tests else ./run-tests -- cgit v1.2.3