File tree Expand file tree Collapse file tree 5 files changed +3
-50
lines changed
case_utils/case_validate/cli Expand file tree Collapse file tree 5 files changed +3
-50
lines changed Original file line number Diff line number Diff line change 2222
2323.PHONY : \
2424 all-case_utils \
25- all-lib \
2625 check-case_utils \
2726 check-isomorphic_diff \
2827 check-mypy \
@@ -54,15 +53,10 @@ all: \
5453 touch $@
5554
5655all-case_utils : \
57- .venv.done.log \
58- all-lib
56+ .venv.done.log
5957 $(MAKE) \
6058 --directory case_utils
6159
62- all-lib :
63- $(MAKE ) \
64- --directory lib
65-
6660# These check calls are provided in preferred run-order.
6761check : \
6862 check-mypy \
@@ -74,8 +68,7 @@ check: \
7468 --log-level=DEBUG
7569
7670check-case_utils : \
77- .venv.done.log \
78- all-lib
71+ .venv.done.log
7972 $(MAKE) \
8073 --directory case_utils \
8174 check
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ examples_srcdir := $(case_srcdir)/tests/examples
2121
2222tests_srcdir := $(top_srcdir ) /tests
2323
24- RDF_TOOLKIT_JAR := $(tests_srcdir ) /lib/rdf-toolkit.jar
24+ RDF_TOOLKIT_JAR := $(case_srcdir ) /lib/rdf-toolkit.jar
2525
2626files_to_generate := \
2727 format_human_output_jsonld.jsonld \
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments