fuel-main/fuelweb_test/module.mk

11 lines
367 B
Makefile

test: test-integration
.PHONY: test-integration
test-integration: $(ISO_PATH)
ENV_NAME=$(ENV_NAME) ISO_PATH=$(abspath $(ISO_PATH)) LOGS_DIR=$(LOGS_DIR) nosetests -l $(LEVEL) $(NOSEARGS) -w $(SOURCE_DIR)/fuelweb_test/integration --with-xunit -s
.PHONY: clean-integration-test
clean-integration-test: /:=$/
clean-integration-test:
dos.py erase $(ENV_NAME) || true