From fcbe00774f070be2dcbdc10b07678e02bf2f094b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 18 Jun 2014 11:05:18 +0200 Subject: Add unittest for binary size of package header (should fail on 64 bit). --- test/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index c58c537..24ca765 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,4 @@ -TESTS = multiplexer -# pseudoclass +TESTS = multiplexer package check_PROGRAMS = $(TESTS) @@ -7,3 +6,7 @@ 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 + +package_CXXFLAGS = $(CPPUNIT_CFLAGS) -DOUTPUT=\"package\" +package_LDFLAGS = $(CPPUNIT_LIBS) +package_SOURCES = test.cc test_package.cc -- cgit v1.2.3