Description: Don't run tests; we have stripped that directory from the tarball.
Forwarded: not-needed
Bug-Debian: http://bugs.debian.org/532974
Author: Chris Lamb <lamby@debian.org>
Last-Update: 2011-03-17

--- a/Makefile.in
+++ b/Makefile.in
@@ -246,7 +246,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = src doc adplugdb test
+SUBDIRS = src doc adplugdb
 EXTRA_DIST = adplug.spec adplug.qpg BUGS adplug.pc.in
 AUTOMAKE_OPTIONS = dist-bzip2
 pkgconfigdir = $(libdir)/pkgconfig
--- a/configure
+++ b/configure
@@ -2445,7 +2445,7 @@
 
 
 
-ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile adplugdb/Makefile test/Makefile adplug.pc"
+ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile adplugdb/Makefile adplug.pc"
 
 am__api_version='1.11'
 
@@ -16500,7 +16500,6 @@
     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
     "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
     "adplugdb/Makefile") CONFIG_FILES="$CONFIG_FILES adplugdb/Makefile" ;;
-    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
     "adplug.pc") CONFIG_FILES="$CONFIG_FILES adplug.pc" ;;
     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 # Tell autoconf we're compiling a C++ library, using automake & libtool
 AC_INIT(adplug,2.2.1)
 AC_CONFIG_SRCDIR(src/adplug.cpp)
-AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile adplugdb/Makefile test/Makefile adplug.pc])
+AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile adplugdb/Makefile adplug.pc])
 AM_INIT_AUTOMAKE
 AM_MAINTAINER_MODE
 #AM_DISABLE_SHARED
