diff --git a/Makefile b/Makefile index 5006316..a507610 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ update: | update-common # Builds and run a part of the test suite test: | build deps echo -e $(BUILD_MSG) "$@" && \ - $(ENV_SCRIPT) nim test $(NIM_PARAMS) config.nims + $(ENV_SCRIPT) nim testAll $(NIM_PARAMS) config.nims # usual cleaning clean: | clean-common