From bc0e0799546bf05483f0c5edbe46141960829ba7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 15 May 2021 22:06:28 +0200 Subject: Make it possible to (only) build unit-test in pararllel. --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) \ -- cgit v1.2.3