From 65e8d530403b199ffbd4df53bb8e4660d65cbd3b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 28 Sep 2017 07:31:46 +0200 Subject: bindings/mono/Makefile.am: Don't run tests on all targets, only on check target. Fixes FTBFS when built parallely. --- bindings/mono/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index 207e9db..2be8c13 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -154,7 +154,7 @@ if BUILD_MONO_TEST $(TEST): $(ASSEMBLY) $(TEST_SOURCES) $(CSC) -out:$(TEST) -target:library $(test_references) $(srcdir)/$(TEST_SOURCES) -all: $(TEST) +check: $(TEST) endif $(POLICY).config: $(POLICY).config.in Makefile -- cgit v1.2.3