Add tests for oni-grep, disabled for now
This commit is contained in:
parent
24507ce3d8
commit
052fafd9de
1 changed files with 4 additions and 0 deletions
4
test/oni-grep-test.el
Normal file
4
test/oni-grep-test.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
(ert-deftest oni-grep-test-autoloads ()
|
||||
"Test that `oni-grep' gets loaded automatically."
|
||||
(require 'grep)
|
||||
(should (featurep 'oni-grep)))
|
Loading…
Reference in a new issue