Commit 13056af8 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: disable test_icy_parser without CURL

parent 972c5289
......@@ -1266,10 +1266,13 @@ C_TESTS = \
test/test_util \
test/test_byte_reverse \
test/test_mixramp \
test/test_icy_parser \
test/test_pcm \
test/test_queue_priority
if ENABLE_CURL
C_TESTS += test/test_icy_parser
endif
if ENABLE_DATABASE
C_TESTS += test/test_translate_song
endif
......@@ -1744,6 +1747,7 @@ test_test_mixramp_LDADD = \
$(GLIB_LIBS) \
$(CPPUNIT_LIBS)
if ENABLE_CURL
test_test_icy_parser_SOURCES = \
src/Log.cxx src/LogBackend.cxx \
test/test_icy_parser.cxx
......@@ -1754,6 +1758,7 @@ test_test_icy_parser_LDADD = \
libutil.a \
$(GLIB_LIBS) \
$(CPPUNIT_LIBS)
endif
test_test_pcm_SOURCES = \
src/AudioFormat.cxx \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment