summaryrefslogtreecommitdiff
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
commit4b32e60233b2ef05904aa72949f842cb40c86e86 (patch)
tree534d9a629c566f68b44c2089e814bdc45e5061a0
parent517d874e39faf9f5f0ff24c9fc0c3a8437739f17 (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
)