diff --git a/src/schema-gen/InspectorXSLT/Makefile b/src/schema-gen/InspectorXSLT/Makefile index ead8f7ee..f2fdeb11 100644 --- a/src/schema-gen/InspectorXSLT/Makefile +++ b/src/schema-gen/InspectorXSLT/Makefile @@ -7,10 +7,9 @@ xspec_script=$(realpath $(module_path)/../../../support/xspec-dev/mvn-saxon-xspe .PHONY: test test: unit-test smoke-test ## Run all tests -.PHONY: unit-test +.PHONY: spec-test spec-test: ## Run all specification-tests - LOGFILE="$(output_folder)/unit-tests.log" $(xspec_script) \ - "baseURI=file:$(xspec_script)" \ + LOGFILE="$(output_folder)/inspector-functional-tests.log" $(xspec_script) \ "folder=$(module_path)/testing/tests/inspector-functional-xspec" \ "report-to=$(output_folder)/unit-tests_report.html" \ "recurse=yes" @@ -18,7 +17,6 @@ spec-test: ## Run all specification-tests .PHONY: smoke-test smoke-test: ## Run all smoke-tests LOGFILE="$(output_folder)/integration-tests.log" $(xspec_script) \ - "baseURI=file:$(xspec_script)" \ "folder=$(module_path)/testing/tests/inspector-generation-xspec" \ "report-to=$(output_folder)/integration-tests_report.html" \ "recurse=yes"