summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-03-31 12:46:00 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-03-31 12:46:00 +0200
commit7e798c33dc6dc10bb3bb40310c94a621e6f7340d (patch)
tree9e120863f5d3ff2e195546bbd372a2e4bfb1b990 /autogen.sh
parent8f4881f262f9e1f76d4c947aa10586ad2be72ba9 (diff)
Added missing dir to testdir variable.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index d4059d0..a1557f4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -52,7 +52,7 @@ if [ "$DIE" -eq 1 ]; then
fi
# Create testfiles
-TESTDIRS="src plugingui drumgizmo"
+TESTDIRS="src plugingui drumgizmo lv2"
echo "Creating unittest Makefiles:"
for d in $TESTDIRS
do