diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-05-14 14:57:44 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-05-14 14:57:44 +0200 |
commit | ef1b3e124ebe002d028a1fcf00a13d88a5e1202f (patch) | |
tree | f76ec4ba276c18bde301526f10483cba8c1bfe34 /test/Makefile.am | |
parent | 0ff825e0e6fe5fc7238e3964d24779a07cb53518 (diff) |
Added missing unit test files.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
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 |