File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
examples/illustrations/src Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 85
85
test ! -r figures/Makefile \
86
86
|| $(MAKE) \
87
87
--directory figures
88
+ test ! -r postvisit.mk \
89
+ || $(MAKE) \
90
+ --file postvisit.mk
88
91
89
92
.PHONY : \
90
93
check-pytest
@@ -335,6 +338,10 @@ check: \
335
338
$(example_name)_validation-develop-2.0.0.ttl \
336
339
$(example_name)_validation-unstable.ttl \
337
340
$(example_name)_validation-unstable-2.0.0.ttl
341
+ test ! -r postvisit.mk \
342
+ || $(MAKE) \
343
+ --file postvisit.mk \
344
+ check
338
345
339
346
# Run pytest tests only if any are written.
340
347
# (Pytest exits in an error state if called with no tests found.)
@@ -348,6 +355,10 @@ check-pytest: \
348
355
)
349
356
350
357
clean :
358
+ @test ! -r postvisit.mk \
359
+ || $(MAKE ) \
360
+ --file postvisit.mk \
361
+ clean
351
362
@rm -f \
352
363
.drafting.ttl.* .log \
353
364
figures/* .dot \
You can’t perform that action at this time.
0 commit comments