Add --noresult to the "make nunit" invocation
(requested by @obrakmann)
This commit is contained in:
2
Makefile
2
Makefile
@@ -243,7 +243,7 @@ nunit: test_dll
|
|||||||
echo 'NUnit version >= 2.6 required'>&2; \
|
echo 'NUnit version >= 2.6 required'>&2; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
@$(NUNIT_CONSOLE) $(test_dll_TARGET)
|
@$(NUNIT_CONSOLE) --noresult $(test_dll_TARGET)
|
||||||
|
|
||||||
test: utility mods
|
test: utility mods
|
||||||
@echo
|
@echo
|
||||||
|
|||||||
Reference in New Issue
Block a user