rust/src/etc/emacs/run_rust_emacs_tests.sh
2013-09-06 01:02:20 -04:00

4 lines
171 B
Bash
Executable File

# This runs the test for emacs rust-mode.
# It must be possible to find emacs via PATH.
emacs -batch -l rust-mode.el -l rust-mode-tests.el -f ert-run-tests-batch-and-exit