tests/playback: due to popular demand mv them from examples to icles
The tests are toys and not reference demos.
This commit is contained in:
parent
c1a705acbc
commit
617a0fc50e
@ -953,13 +953,13 @@ tests/examples/app/Makefile
|
|||||||
tests/examples/dynamic/Makefile
|
tests/examples/dynamic/Makefile
|
||||||
tests/examples/gio/Makefile
|
tests/examples/gio/Makefile
|
||||||
tests/examples/overlay/Makefile
|
tests/examples/overlay/Makefile
|
||||||
tests/examples/playback/Makefile
|
|
||||||
tests/examples/seek/Makefile
|
tests/examples/seek/Makefile
|
||||||
tests/examples/snapshot/Makefile
|
tests/examples/snapshot/Makefile
|
||||||
tests/examples/volume/Makefile
|
tests/examples/volume/Makefile
|
||||||
tests/examples/v4l/Makefile
|
tests/examples/v4l/Makefile
|
||||||
tests/files/Makefile
|
tests/files/Makefile
|
||||||
tests/icles/Makefile
|
tests/icles/Makefile
|
||||||
|
tests/icles/playback/Makefile
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
docs/design/Makefile
|
docs/design/Makefile
|
||||||
docs/libs/Makefile
|
docs/libs/Makefile
|
||||||
|
@ -8,8 +8,8 @@ if USE_GIO
|
|||||||
GIO_SUBDIRS = gio
|
GIO_SUBDIRS = gio
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = app dynamic $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay playback volume v4l
|
SUBDIRS = app dynamic $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay volume v4l
|
||||||
|
|
||||||
DIST_SUBDIRS = app dynamic gio overlay playback seek snapshot volume v4l
|
DIST_SUBDIRS = app dynamic gio overlay seek snapshot volume v4l
|
||||||
|
|
||||||
include $(top_srcdir)/common/parallel-subdirs.mak
|
include $(top_srcdir)/common/parallel-subdirs.mak
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
SUBDIRS = playback
|
||||||
|
DIST_SUBDIRS = playback
|
||||||
|
|
||||||
if USE_X
|
if USE_X
|
||||||
X_TESTS = stress-xoverlay
|
X_TESTS = stress-xoverlay
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user