File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,18 @@ watch:
24
24
@echo " Building and watching for changes in the documentation."
25
25
sphinx-autobuild --ignore venv . _build/html
26
26
27
+ # # unittest : run unit tests on checking tools.
28
+ unittest :
29
+ @bin/test_lesson_check.py
30
+
31
+ # -------------------------------------------------------------------------------
32
+ # Include extra commands if available.
33
+ # -------------------------------------------------------------------------------
34
+
35
+ -include commands.mk
36
+
27
37
# Catch-all target: route all unknown targets to Sphinx using the new
28
38
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
29
39
% : Makefile
30
40
@$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
41
+
You can’t perform that action at this time.
0 commit comments