aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/oni-grep-test.el4
1 files changed, 4 insertions, 0 deletions
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)))