summaryrefslogtreecommitdiff
path: root/run_rust_emacs_tests.sh
AgeCommit message (Collapse)Author
2021-10-16drop run_rust_emacs_tests.sh and use make test in cibrotzeit
2020-05-17Test byte compilation of test code.Nathan Moreau
2015-08-20remove byte-compiler warnings and prevent future onesTom Tromey
2015-06-20test $EMACS directly rather than using "which"Tom Tromey
Fixes #33
2015-02-07Make the test driver script a little more informative.Felix S. Klock II
Namely, have it do a couple attempts to check if basic dependencies are satisfied before jumping whole hog into the test script, and provide a message pointing out the ERT dependency in particular.
2015-02-06Allow user to override which emacs is used in run_rust_emacs_tests.shFelix S. Klock II
Namely, extend script so user can do, e.g.: ``` % EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs run_rust_emacs_tests.sh ```
2014-06-17emacs: Add shebang to test scriptTom Jakubowski
2014-02-17Added more scripts to tidy checkDerek Guenther
2013-09-06Add ERT testsMicah Chalmer