mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-25 22:18:58 +00:00
tests: rename video-encoders to test-video-encoders
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
e40a57027f
commit
ec5f9b008f
@ -139,13 +139,13 @@ libtest_stat3_a_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_COMPRESS_STAT=1 -DTEST_RED_WORK
|
||||
libtest_stat4_a_SOURCES = stat-test.c
|
||||
libtest_stat4_a_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_COMPRESS_STAT=1 -DTEST_RED_WORKER_STAT=1 -DTEST_NAME=stat_test4
|
||||
|
||||
## test-gst (helper) and video-encoders (test)
|
||||
## test-gst (helper) and test-video-encoders (test)
|
||||
|
||||
if HAVE_GSTREAMER
|
||||
noinst_PROGRAMS += test-gst
|
||||
|
||||
if ENABLE_EXTRA_CHECKS
|
||||
TESTS += video-encoders
|
||||
TESTS += test-video-encoders
|
||||
endif
|
||||
|
||||
test_gst_SOURCES = test-gst.c \
|
||||
@ -157,7 +157,7 @@ test_gst_CPPFLAGS = \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
EXTRA_DIST += video-encoders
|
||||
EXTRA_DIST += test-video-encoders
|
||||
|
||||
if HAVE_SASL
|
||||
check_PROGRAMS += test-sasl
|
||||
|
||||
@ -74,7 +74,7 @@ endif
|
||||
if spice_server_has_gstreamer
|
||||
tests += [['test-gst', false]]
|
||||
if get_option('extra-checks')
|
||||
test('video-encoders', files('video-encoders'))
|
||||
test('test-video-encoders', files('test-video-encoders'))
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user