tests: rename video-encoders to test-video-encoders

Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Uri Lublin 2019-07-22 13:13:55 +03:00 committed by Frediano Ziglio
parent e40a57027f
commit ec5f9b008f
3 changed files with 4 additions and 4 deletions

View File

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

View File

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