From 46e4a8d8fbf9199b61dba1b3175e8539ab0d895c Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 2 Feb 2024 15:46:29 -0500 Subject: [PATCH] Incorporate gUFO shapes into test This was missed earlier. No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- tests/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index ca8139e..01cc781 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -22,7 +22,9 @@ uco_srcdir := $(top_srcdir)/dependencies/UCO profile_ttls := $(wildcard $(top_srcdir)/ontology/uco-*.ttl) -shape_ttls := $(wildcard $(top_srcdir)/shapes/sh-*.ttl) +shape_ttls := \ + $(wildcard $(top_srcdir)/dependencies/CDO-Shapes-gufo/shapes/sh-*.ttl) \ + $(wildcard $(top_srcdir)/shapes/sh-*.ttl) all: \ monolithic.ttl