mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
makefile update to branch
This commit is contained in:
4
Makefile
4
Makefile
@@ -83,7 +83,7 @@ $(ROBOT_FILE): setup
|
||||
reason-individual: $(ROBOT_FILE)
|
||||
for file in $(DEV_FILES); do \
|
||||
echo "Reasoning on $$file..."; \
|
||||
java -jar $(ROBOT_FILE) reason --input $$file --reasoner HermiT; \
|
||||
java -jar $(ROBOT_FILE) reason --input $$file --catalog src/cco-modules/catalog-v001.xml --reasoner HermiT; \
|
||||
done
|
||||
|
||||
# Test individual files
|
||||
@@ -104,7 +104,7 @@ build-combined: $(combined-file)
|
||||
|
||||
.PHONY: reason-combined test-combined
|
||||
reason-combined: $(combined-file) | $(ROBOT_FILE)
|
||||
java -jar $(ROBOT_FILE) reason --input $(combined-file) --reasoner HermiT
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user