6 lines
179 B
Bash
Executable File
6 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
emacs --quick --batch --load=ert \
|
|
--load=test/mood-line-test.el \
|
|
--load=test/mood-line-segment-vc-test.el \
|
|
--funcall=ert-run-tests-batch-and-exit
|