diff options
-rw-r--r-- | bindings/mono/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |