From ef1b3e124ebe002d028a1fcf00a13d88a5e1202f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 14 May 2014 14:57:44 +0200 Subject: Added missing unit test files. --- test/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/Makefile.am (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..c58c537 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,9 @@ +TESTS = multiplexer +# pseudoclass + +check_PROGRAMS = $(TESTS) + +multiplexer_CXXFLAGS = $(CPPUNIT_CFLAGS) -DOUTPUT=\"multiplexer\" \ + -I.. -I../../lib $(PQ_CFLAGS) -I$(top_srcdir)/hugin +multiplexer_LDFLAGS = $(CPPUNIT_LIBS) $(PTHREAD_LIBS) +multiplexer_SOURCES = test.cc test_multiplexer.cc -- cgit v1.2.3