From 3ba41d0f74a62bed0adcb6ffc51b8f8a57210b73 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 16 May 2013 08:07:07 +0200 Subject: Remove test framework. TODO: Replace it with a new one at some point... --- autogen.sh | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index a1557f4..45ef969 100755 --- a/autogen.sh +++ b/autogen.sh @@ -51,21 +51,6 @@ if [ "$DIE" -eq 1 ]; then exit 1 fi -# Create testfiles -TESTDIRS="src plugingui drumgizmo lv2" -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 - aclocalinclude="$ACLOCAL_FLAGS"; \ (echo $_echo_n " + Running aclocal: $_echo_c"; \ aclocal $aclocalinclude; \ @@ -84,11 +69,3 @@ aclocalinclude="$ACLOCAL_FLAGS"; \ echo "done.") rm -f config.cache - -for d in $TESTDIRS -do - if [ -f $d/Makefile.am.test ] - then - rm $d/Makefile.am.test - fi -done \ No newline at end of file -- cgit v1.2.3