1
0
Fork 0
emacs-config/test/oni-grep-test.el

5 lines
143 B
EmacsLisp
Raw Normal View History

(ert-deftest oni-grep-test-autoloads ()
"Test that `oni-grep' gets loaded automatically."
(require 'grep)
(should (featurep 'oni-grep)))