mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
Remove obsolete test
Add negotiation to the test client
This commit is contained in:
parent
d531634061
commit
c2a35199f7
3 changed files with 53 additions and 95 deletions
|
|
@ -123,8 +123,7 @@ noinst_LTLIBRARIES =
|
|||
TESTS_default =
|
||||
|
||||
TESTS_norun = test-client \
|
||||
test-subscribe \
|
||||
test-v4l2
|
||||
test-subscribe
|
||||
|
||||
# These tests need a running pulsevideo daemon
|
||||
TESTS_daemon =
|
||||
|
|
@ -141,11 +140,6 @@ test_subscribe_CFLAGS = $(AM_CFLAGS)
|
|||
test_subscribe_LDADD = $(AM_LDADD) libpulsevideo-@PV_MAJORMINOR@.la
|
||||
test_subscribe_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
test_v4l2_SOURCES = tests/test-v4l2.c
|
||||
test_v4l2_CFLAGS = $(AM_CFLAGS)
|
||||
test_v4l2_LDADD = $(AM_LDADD) libpulsevideo-@PV_MAJORMINOR@.la libpulsevideocore-@PV_MAJORMINOR@.la
|
||||
test_v4l2_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
###################################
|
||||
# Client library #
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue