summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-05-15 22:06:28 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2021-05-15 22:06:28 +0200
commitbc0e0799546bf05483f0c5edbe46141960829ba7 (patch)
treea8c6d42ca1c7efaa154defd77aedd470d0ff2865
parentd605a7a9166dce74aa17d33da92e11ca9b467e55 (diff)
Make it possible to (only) build unit-test in pararllel.
-rw-r--r--test/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index add962a..6d62314 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -24,7 +24,9 @@ if ENABLE_LV2
TESTS += lv2
endif
+noinst_PROGRAMS = $(TESTS)
check_PROGRAMS = $(TESTS)
+
resource_CXXFLAGS = \
-I$(top_srcdir)/test/uunit -DOUTPUT=\"resource\" \
$(SNDFILE_CFLAGS) \