diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-11-01 20:38:23 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-11-01 20:40:23 +0100 |
commit | a4bfdce8ed87d728f5644077ddbe94380c6ff3b5 (patch) | |
tree | bba77eaf4f818bbc3bced6f9ddda87cecd70f83d /test | |
parent | 4f5b8a1d0f927b911dadeb7a0980c38b72201c76 (diff) |
Switch from cppunit.m4 to pkgconfig (patch from Jin^Eld)
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |