rust/src/etc/emacs/run_rust_emacs_tests.sh

4 lines
171 B
Bash
Raw Normal View History

2013-09-05 22:02:37 -05:00
# 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