autoplug tests
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 19 Feb 2002 11:18:04 +0000 (11:18 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 19 Feb 2002 11:18:04 +0000 (11:18 +0000)
Original commit message from CVS:
autoplug tests

testsuite/autoplug/Makefile.am [new file with mode: 0644]

diff --git a/testsuite/autoplug/Makefile.am b/testsuite/autoplug/Makefile.am
new file mode 100644 (file)
index 0000000..e1984e6
--- /dev/null
@@ -0,0 +1,9 @@
+testprogs = autoplug autoplug2 autoplug3 autoplug4
+
+TESTS = $(testprogs)
+
+check_PROGRAMS = $(testprogs)
+
+# we have nothing but apps here, we can do this safely
+LIBS = $(GST_LIBS)
+CFLAGS = $(GST_CFLAGS)