From de862f9f1bb72bd624cf4f341d03584a4123a6cb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 26 Oct 2013 13:36:25 +0200 Subject: test/test_mixramp: unit test for mixramp_interpolate() --- Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dea7bdb56..48a143f39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1058,6 +1058,7 @@ if ENABLE_TEST C_TESTS = \ test/test_util \ test/test_byte_reverse \ + test/test_mixramp \ test/test_pcm \ test/test_queue_priority @@ -1483,6 +1484,15 @@ test_test_byte_reverse_LDADD = \ libutil.a \ $(CPPUNIT_LIBS) +test_test_mixramp_SOURCES = \ + src/Log.cxx \ + test/test_mixramp.cxx +test_test_mixramp_CPPFLAGS = $(AM_CPPFLAGS) $(CPPUNIT_CFLAGS) -DCPPUNIT_HAVE_RTTI=0 +test_test_mixramp_CXXFLAGS = $(AM_CXXFLAGS) -Wno-error=deprecated-declarations +test_test_mixramp_LDADD = \ + $(GLIB_LIBS) \ + $(CPPUNIT_LIBS) + test_test_pcm_SOURCES = \ test/test_pcm_util.hxx \ test/test_pcm_dither.cxx \ -- cgit v1.2.3