summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-01 21:51:01 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-01 21:51:01 +0000
commit9c3f6b3a86ac75ec072916b586618ffd2445cf5c (patch)
tree8b8c4162825c5008f06f818eb51d1a109a8b50fe
parent579f0d06710801c8d13cae9d28e05f650749846a (diff)
adding testsuite
Original commit message from CVS: adding testsuite
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 84891395..5155f83e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -921,8 +921,6 @@ dnl #########################
dnl # Make the output files #
dnl #########################
-dnl testsuite/autoplug/Makefile
-dnl testsuite/Makefile
AC_CONFIG_FILES(
Makefile
gstreamer-libs.pc
@@ -1045,6 +1043,9 @@ examples/dynparams/Makefile
examples/capsfilter/Makefile
examples/seeking/Makefile
examples/Makefile
+testsuite/autoplug/Makefile
+testsuite/spider/Makefile
+testsuite/Makefile
tools/Makefile
gconf/Makefile
)