summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index e16fe08..d4059d0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -53,11 +53,16 @@ fi
# Create testfiles
TESTDIRS="src plugingui drumgizmo"
+echo "Creating unittest Makefiles:"
for d in $TESTDIRS
do
+ echo "Checking $d"
if [ ! -f $d/Makefile.am.test ]
then
+ echo " didn't find it, touching."
touch $d/Makefile.am.test
+ else
+ echo " found it."
fi
done