Skip to content

Commit

Permalink
Merge branch 'main' into UCO-Feature-Issue-596
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnelson-nist committed Nov 1, 2024
2 parents e82a00f + 6298b39 commit 5911a6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,9 @@ monolithic.ttl: \
&& pyshacl \
--shacl $(uco_srcdir)/ontology/owl/owl.ttl \
_$@
# The monolithic build reviews itself, due to shapes pertaining to meta-classes.
source $(top_srcdir)/venv/bin/activate \
&& pyshacl \
--shacl _$@ \
_$@
mv _$@ $@

0 comments on commit 5911a6b

Please sign in to comment.