Add tests infrastructure.

This commit is contained in:
gb 2010-01-25 15:04:10 +00:00
parent ec24a29c54
commit 30a2776442
5 changed files with 17 additions and 1 deletions

View 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 = \

View 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
])

4
tests/Makefile.am Normal file
View file

@ -0,0 +1,4 @@
SUBDIRS = examples
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in

View file

@ -0,0 +1,4 @@
SUBDIRS = generic
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in

View file

@ -0,0 +1,5 @@
noinst_PROGRAMS = \
$(NULL)
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in