Skip to content

Commit

Permalink
Merge pull request #14 from ucoProject/have_monolithic_build_review_i…
Browse files Browse the repository at this point in the history
…tself

Have monolithic build review itself
  • Loading branch information
ajnelson-nist authored Nov 1, 2024
2 parents 881eed1 + 90b1f33 commit 6298b39
Showing 1 changed file with 5 additions and 0 deletions.
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 6298b39

Please sign in to comment.