mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
Add tests infrastructure.
This commit is contained in:
parent
ec24a29c54
commit
30a2776442
5 changed files with 17 additions and 1 deletions
|
@ -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 = \
|
||||
|
|
|
@ -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
4
tests/Makefile.am
Normal file
|
@ -0,0 +1,4 @@
|
|||
SUBDIRS = examples
|
||||
|
||||
# Extra clean files so that maintainer-clean removes *everything*
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
4
tests/examples/Makefile.am
Normal file
4
tests/examples/Makefile.am
Normal file
|
@ -0,0 +1,4 @@
|
|||
SUBDIRS = generic
|
||||
|
||||
# Extra clean files so that maintainer-clean removes *everything*
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
5
tests/examples/generic/Makefile.am
Normal file
5
tests/examples/generic/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
|||
noinst_PROGRAMS = \
|
||||
$(NULL)
|
||||
|
||||
# Extra clean files so that maintainer-clean removes *everything*
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
Loading…
Reference in a new issue