Skip to content

Commit

Permalink
Incorporate gUFO shapes into test
Browse files Browse the repository at this point in the history
This was missed earlier.

No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Feb 2, 2024
1 parent 16d59b7 commit 46e4a8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46e4a8d

Please sign in to comment.