diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-05-15 22:06:28 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-05-15 22:06:28 +0200 |
commit | bc0e0799546bf05483f0c5edbe46141960829ba7 (patch) | |
tree | a8c6d42ca1c7efaa154defd77aedd470d0ff2865 /test/Makefile.am | |
parent | d605a7a9166dce74aa17d33da92e11ca9b467e55 (diff) |
Make it possible to (only) build unit-test in pararllel.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
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) \ |