Skip to content

Commit

Permalink
Further touchups and experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez committed Feb 5, 2024
1 parent 54e26bd commit d9d4c44
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/schema-gen/InspectorXSLT/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@ 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"

.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"
Expand Down

0 comments on commit d9d4c44

Please sign in to comment.