Skip to content

Commit ea54c7a

Browse files
committed
Revert "Backport rdf-toolkit version as test library"
This reverts commit 63afdfc.
1 parent 9273223 commit ea54c7a

File tree

5 files changed

+3
-50
lines changed

5 files changed

+3
-50
lines changed

tests/Makefile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ all: \
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

5655
all-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.
6761
check: \
6862
check-mypy \
@@ -74,8 +68,7 @@ check: \
7468
--log-level=DEBUG
7569

7670
check-case_utils: \
77-
.venv.done.log \
78-
all-lib
71+
.venv.done.log
7972
$(MAKE) \
8073
--directory case_utils \
8174
check

tests/case_utils/case_validate/cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ examples_srcdir := $(case_srcdir)/tests/examples
2121

2222
tests_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

2626
files_to_generate := \
2727
format_human_output_jsonld.jsonld \

tests/lib/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/lib/Makefile

Lines changed: 0 additions & 38 deletions
This file was deleted.

tests/lib/rdf-toolkit.jar.sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)