1
0
Fork 0

Add tests for oni-grep, disabled for now

This commit is contained in:
Tom Willemse 2019-03-28 17:43:23 -07:00
parent 24507ce3d8
commit 052fafd9de

4
test/oni-grep-test.el Normal file
View file

@ -0,0 +1,4 @@
(ert-deftest oni-grep-test-autoloads ()
"Test that `oni-grep' gets loaded automatically."
(require 'grep)
(should (featurep 'oni-grep)))