From 90b1f336508ec72f6886e2111cf4ec890636cc60 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 1 Nov 2024 14:38:52 -0400 Subject: [PATCH] Have monolithic build review itself Signed-off-by: Alex Nelson --- tests/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index b011699..acb2734 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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 _$@ $@