From 108a94eaefc1e9ccfe316d4ce9a30e3bd532af5a Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 9 Jun 2018 01:28:23 +0200 Subject: Add crude drumkitparser unit-test. --- test/Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 26ffa81..bf21a0b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,7 +7,7 @@ TESTS = resource enginetest paintertest resampler configfile audiocache \ audiocachefile audiocacheidmanager audiocacheeventhandler \ randomtest atomictest syncedsettingstest imagecachetest \ semaphoretest drumkitcreatortest bytesizeparsertest notifiertest \ - instrumentparsertest + instrumentparsertest drumkitparsertest if ENABLE_LV2 TESTS += lv2 @@ -223,4 +223,14 @@ instrumentparsertest_SOURCES = \ scopedfile.cc \ test.cc +drumkitparsertest_CXXFLAGS = -DOUTPUT=\"drumkitparsertest\" $(CPPUNIT_CFLAGS) \ + -I$(top_srcdir)/src -I$(top_srcdir)/include +drumkitparsertest_LDFLAGS = $(CPPUNIT_LIBS) \ + $(top_srcdir)/src/libdg.la +drumkitparsertest_SOURCES = \ + $(top_srcdir)/hugin/hugin.c \ + drumkitparsertest.cc \ + scopedfile.cc \ + test.cc + endif -- cgit v1.2.3