diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 753555b..47a740d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,7 +7,7 @@ TESTS = resource enginetest paintertest configfile audiocache \ audiocachefile audiocacheidmanager audiocacheeventhandler \ randomtest atomictest syncedsettingstest imagecachetest \ semaphoretest drumkitcreatortest bytesizeparsertest notifiertest \ - instrumentparsertest drumkitparsertest dgxmlparsertest + instrumentparsertest drumkitparsertest dgxmlparsertest domloadertest EXTRA_DIST = \ dgunit.h \ @@ -226,4 +226,14 @@ dgxmlparsertest_SOURCES = \ scopedfile.cc \ test.cc +domloadertest_CXXFLAGS = -DOUTPUT=\"domloadertest\" $(CPPUNIT_CFLAGS) \ + -I$(top_srcdir)/src -I$(top_srcdir)/include +domloadertest_LDFLAGS = $(CPPUNIT_LIBS) \ + $(top_srcdir)/src/libdg.la +domloadertest_SOURCES = \ + $(top_srcdir)/hugin/hugin.c \ + domloadertest.cc \ + scopedfile.cc \ + test.cc + endif |