mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
cog: remove old tests
This commit is contained in:
parent
47500aadfa
commit
106cf3cdd6
1 changed files with 1 additions and 18 deletions
|
@ -29,23 +29,6 @@ else
|
||||||
GST_METADATA_TESTS =
|
GST_METADATA_TESTS =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_COG
|
|
||||||
COG_TESTS = cog-test
|
|
||||||
else
|
|
||||||
COG_TESTS =
|
|
||||||
endif
|
|
||||||
|
|
||||||
if USE_COG
|
|
||||||
CLEANFILES = cog-test.c
|
|
||||||
|
|
||||||
cog-test.c: $(srcdir)/../../ext/cog/cog.orc
|
|
||||||
$(AM_V_GEN)$(ORCC) --test -o cog-test.c $(srcdir)/../../ext/cog/cog.orc
|
|
||||||
|
|
||||||
nodist_cog_test_SOURCES = cog-test.c
|
|
||||||
cog_test_CFLAGS = $(COG_CFLAGS)
|
|
||||||
cog_test_LDADD = -lorc-test-0.4 $(COG_LIBS)
|
|
||||||
endif
|
|
||||||
|
|
||||||
equalizer_test_SOURCES = equalizer-test.c
|
equalizer_test_SOURCES = equalizer-test.c
|
||||||
equalizer_test_CFLAGS = $(GST_CFLAGS)
|
equalizer_test_CFLAGS = $(GST_CFLAGS)
|
||||||
equalizer_test_LDADD = $(GST_LIBS)
|
equalizer_test_LDADD = $(GST_LIBS)
|
||||||
|
@ -57,6 +40,6 @@ output_selector_test_LDADD = $(GST_LIBS)
|
||||||
output_selector_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
output_selector_test_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
|
|
||||||
noinst_PROGRAMS = $(GST_SOUNDTOUCH_TESTS) $(GST_METADATA_TESTS) $(COG_TESTS) \
|
noinst_PROGRAMS = $(GST_SOUNDTOUCH_TESTS) $(GST_METADATA_TESTS) \
|
||||||
equalizer-test output-selector-test
|
equalizer-test output-selector-test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue