Add --noresult to the "make nunit" invocation

(requested by @obrakmann)
This commit is contained in:
Piët Delport
2015-12-29 19:47:41 +02:00
parent 8399ec721e
commit e7a5be0c1b

View File

@@ -243,7 +243,7 @@ nunit: test_dll
echo 'NUnit version >= 2.6 required'>&2; \
exit 1; \
fi
@$(NUNIT_CONSOLE) $(test_dll_TARGET)
@$(NUNIT_CONSOLE) --noresult $(test_dll_TARGET)
test: utility mods
@echo