002-no-tests.patch (1072B)
1 --- a/configure.ac 2 +++ b/configure.ac 3 @@ -998,21 +998,6 @@ libs/gst/net/Makefile 4 plugins/Makefile 5 plugins/elements/Makefile 6 plugins/tracers/Makefile 7 -tests/Makefile 8 -tests/benchmarks/Makefile 9 -tests/check/Makefile 10 -tests/misc/Makefile 11 -tests/examples/Makefile 12 -tests/examples/adapter/Makefile 13 -tests/examples/controller/Makefile 14 -tests/examples/stepping/Makefile 15 -tests/examples/helloworld/Makefile 16 -tests/examples/manual/Makefile 17 -tests/examples/memory/Makefile 18 -tests/examples/netclock/Makefile 19 -tests/examples/ptp/Makefile 20 -tests/examples/streamiddemux/Makefile 21 -tests/examples/streams/Makefile 22 tools/Makefile 23 common/Makefile 24 common/m4/Makefile 25 --- a/Makefile.am 26 +++ b/Makefile.am 27 @@ -7,7 +7,7 @@ aclocaldir = $(datadir)/aclocal 28 aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4 29 30 SUBDIRS = pkgconfig \ 31 - gst libs plugins tests \ 32 + gst libs plugins \ 33 docs \ 34 m4 \ 35 common \ 36 @@ -19,7 +19,7 @@ endif 37 38 # These are all the possible subdirs 39 DIST_SUBDIRS = pkgconfig \ 40 - gst libs plugins tools tests \ 41 + gst libs plugins tools \ 42 docs \ 43 m4 \ 44 common \