mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
Co-authored-by: Your Name <your@email.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -107,7 +107,7 @@ reason-combined: $(combined-file) | $(ROBOT_FILE)
|
||||
java -jar $(ROBOT_FILE) reason --input $(combined-file) --catalog src/cco-modules/catalog-v001.xml --reasoner HermiT
|
||||
|
||||
test-combined: $(combined-file) | $(ROBOT_FILE)
|
||||
java -jar $(ROBOT_FILE) verify --input $(combined-file) --output-dir $(config.REPORTS_DIR) --queries $(QUERIES) --fail-on-violation false || true
|
||||
java -jar $(ROBOT_FILE) verify --input $(combined-file) --catalog src/cco-modules/catalog-v001.xml --output-dir $(config.REPORTS_DIR) --queries $(QUERIES) --fail-on-violation false || true
|
||||
|
||||
.PHONY: report-edit
|
||||
report-edit: TEST_INPUT = $(EDITOR_BUILD_FILE)
|
||||
|
||||
Reference in New Issue
Block a user