diff --git a/test/oni-grep-test.el b/test/oni-grep-test.el new file mode 100644 index 0000000..56947c2 --- /dev/null +++ b/test/oni-grep-test.el @@ -0,0 +1,4 @@ +(ert-deftest oni-grep-test-autoloads () + "Test that `oni-grep' gets loaded automatically." + (require 'grep) + (should (featurep 'oni-grep)))