From 44fb055cf47a3a54cce0d746af23955753284422 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 30 May 2014 10:54:44 +0200 Subject: Modify unit tests to match API change. --- test/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 00dc707..f5dfca8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,11 @@ -TESTS = jpeg amrwb opus init rtp srtp raw l16 asc2bin framelist +TESTS = instance jpeg amrwb opus init rtp srtp raw l16 asc2bin framelist check_PROGRAMS = $(TESTS) +instance_CXXFLAGS = $(CPPUNIT_CFLAGS) -DOUTPUT=\"instance\" -I../src +instance_LDFLAGS = $(CPPUNIT_LIBS) -L../src/.libs/ -llrtp +instance_SOURCES = test.cc test_instance.cc + jpeg_CXXFLAGS = $(CPPUNIT_CFLAGS) -DOUTPUT=\"jpeg\" -I../src jpeg_LDFLAGS = $(CPPUNIT_LIBS) -L../src/.libs/ -llrtp jpeg_SOURCES = test.cc test_jpeg.cc -- cgit v1.2.3