From a4bfdce8ed87d728f5644077ddbe94380c6ff3b5 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 1 Nov 2016 20:38:23 +0100 Subject: Switch from cppunit.m4 to pkgconfig (patch from Jin^Eld) --- test/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index 2ad9a9c..1f2419e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,8 @@ # Rules for the test code (use `make check` to execute) SUBDIRS = dgreftest +if ENABLE_TESTS + include $(top_srcdir)/src/Makefile.am.drumgizmo include $(top_srcdir)/plugingui/Makefile.am.plugingui @@ -190,3 +192,5 @@ semaphoretest_SOURCES = \ $(top_srcdir)/src/semaphore.cc \ semaphoretest.cc \ test.cc + +endif -- cgit v1.2.3