File tree Expand file tree Collapse file tree
examples/illustrations/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 test ! -r figures/Makefile \
8686 || $(MAKE) \
8787 --directory figures
88+ test ! -r postvisit.mk \
89+ || $(MAKE) \
90+ --file postvisit.mk
8891
8992.PHONY : \
9093 check-pytest
@@ -335,6 +338,10 @@ check: \
335338 $(example_name)_validation-develop-2.0.0.ttl \
336339 $(example_name)_validation-unstable.ttl \
337340 $(example_name)_validation-unstable-2.0.0.ttl
341+ test ! -r postvisit.mk \
342+ || $(MAKE) \
343+ --file postvisit.mk \
344+ check
338345
339346# Run pytest tests only if any are written.
340347# (Pytest exits in an error state if called with no tests found.)
@@ -348,6 +355,10 @@ check-pytest: \
348355 )
349356
350357clean :
358+ @test ! -r postvisit.mk \
359+ || $(MAKE ) \
360+ --file postvisit.mk \
361+ clean
351362 @rm -f \
352363 .drafting.ttl.* .log \
353364 figures/* .dot \
You can’t perform that action at this time.
0 commit comments