diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-06-17 10:31:17 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-08-12 11:11:43 +0200 |
commit | 8dd1ea54a2d2198004c82fe75b45714917b440a1 (patch) | |
tree | 2125eafd9bd54c201775fc4ca7ff6d0f06f8eb4f /test/Makefile.am | |
parent | b360c7cf59cc87f79972fcdd82164834f97833b0 (diff) |
Port tests to DGUnit.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 47a740d..1e3980a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -214,26 +214,26 @@ drumkitparsertest_SOURCES = \ scopedfile.cc \ dgtest.cc -dgxmlparsertest_CXXFLAGS = -DOUTPUT=\"dgxmlparsertest\" $(CPPUNIT_CFLAGS) \ +dgxmlparsertest_CXXFLAGS = -DOUTPUT=\"dgxmlparsertest\" \ -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_srcdir)/hugin \ -I$(top_srcdir)/pugixml/src -dgxmlparsertest_LDFLAGS = $(CPPUNIT_LIBS) +dgxmlparsertest_LDFLAGS = dgxmlparsertest_SOURCES = \ $(top_srcdir)/hugin/hugin.c \ $(top_srcdir)/src/dgxmlparser.cc \ $(top_srcdir)/pugixml/src/pugixml.cpp \ dgxmlparsertest.cc \ scopedfile.cc \ - test.cc + dgtest.cc -domloadertest_CXXFLAGS = -DOUTPUT=\"domloadertest\" $(CPPUNIT_CFLAGS) \ +domloadertest_CXXFLAGS = -DOUTPUT=\"domloadertest\" \ -I$(top_srcdir)/src -I$(top_srcdir)/include -domloadertest_LDFLAGS = $(CPPUNIT_LIBS) \ +domloadertest_LDFLAGS = \ $(top_srcdir)/src/libdg.la domloadertest_SOURCES = \ $(top_srcdir)/hugin/hugin.c \ domloadertest.cc \ scopedfile.cc \ - test.cc + dgtest.cc endif |