Add tests infrastructure.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Mon, 25 Jan 2010 15:04:10 +0000 (15:04 +0000)
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Mon, 25 Jan 2010 15:04:10 +0000 (15:04 +0000)
Makefile.am
configure.ac
tests/Makefile.am [new file with mode: 0644]
tests/examples/Makefile.am [new file with mode: 0644]
tests/examples/generic/Makefile.am [new file with mode: 0644]

index d931a82..e457ea3 100644 (file)
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = gst-libs sys
+SUBDIRS = gst-libs sys tests
 
 # Extra clean files so that maintainer-clean removes *everything*
 MAINTAINERCLEANFILES = \
index 862618a..261817c 100644 (file)
@@ -135,4 +135,7 @@ AC_OUTPUT([
     gst-libs/gst/vaapi/Makefile
     sys/Makefile
     sys/vaapi/Makefile
+    tests/Makefile
+    tests/examples/Makefile
+    tests/examples/generic/Makefile
 ])
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644 (file)
index 0000000..cbf577e
--- /dev/null
@@ -0,0 +1,4 @@
+SUBDIRS = examples
+
+# Extra clean files so that maintainer-clean removes *everything*
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am
new file mode 100644 (file)
index 0000000..f09ad59
--- /dev/null
@@ -0,0 +1,4 @@
+SUBDIRS = generic
+
+# Extra clean files so that maintainer-clean removes *everything*
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/tests/examples/generic/Makefile.am b/tests/examples/generic/Makefile.am
new file mode 100644 (file)
index 0000000..12a3966
--- /dev/null
@@ -0,0 +1,5 @@
+noinst_PROGRAMS =      \
+       $(NULL)
+
+# Extra clean files so that maintainer-clean removes *everything*
+MAINTAINERCLEANFILES = Makefile.in