Remove obsolete test

Add negotiation to the test client
This commit is contained in:
Wim Taymans 2015-05-15 17:19:29 +02:00
parent d531634061
commit c2a35199f7
3 changed files with 53 additions and 95 deletions

View file

@ -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 #
###################################