emacs-matlab/tests/metest.sh
Eric Ludlam 6a06906b2d Add tests to check sexp navigation with expressions.m, and new functions in metest.el.
Update strings.m to include strings with parens and brackets in them, also in cell arrays.
2019-09-26 21:42:55 -04:00

7 lines
112 B
Bash
Executable file

#!/bin/bash
#
# Run a suite of matlab-emacs tests
emacs -batch -l metest.el -e "metest-all-syntax-tests"
#end