Skip to content

Commit 4ed6e41

Browse files
committed
Add makefile target to run Mathics core tests
1 parent 59e88be commit 4ed6e41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ inputrc-no-unicode:
6464
inputrc-unicode:
6565
$(PYTHON) -m mathics_scanner.generate.rl_inputrc inputrc-unicode
6666

67+
#: Run Mathics core checks
68+
check-mathics::
69+
$(PYTHON) -m mathics.docpipeline $o
70+
6771
#: Remove ChangeLog
6872
rmChangeLog:
6973
$(RM) ChangeLog || true

0 commit comments

Comments
 (0)