From 977ed85235665be89f1f14259d83f6fb0bf1c437 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 6 Dec 2013 13:21:35 +0100 Subject: CppUnit introduced. --- test/Makefile.am | 13 +++++++++++++ 1 file changed, 13 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..8cf4ce5 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,13 @@ +# Rules for the test code (use `make check` to execute) +TESTS = proto + +check_PROGRAMS = $(TESTS) + +proto_CXXFLAGS = -DOUTPUT=\"proto\" $(CPPUNIT_CFLAGS) \ + -I$(top_srcdir)/src -I$(top_srcdir)/hugin -DDISABLE_HUGIN +proto_CFLAGS = -DDISABLE_HUGIN +proto_LDFLAGS = $(CPPUNIT_LIBS) +proto_SOURCES = \ + $(top_srcdir)/hugin/hugin.c \ + test.cc \ + proto.cc -- cgit v1.2.3