aboutsummaryrefslogtreecommitdiffstats
path: root/test/oni-grep-test.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-28 17:43:23 -0700
committerGravatar Tom Willemse2019-03-28 17:43:23 -0700
commit052fafd9de90cc2ba14cae184d35f32110233102 (patch)
tree0e66ad86c38bd4066dbcdaf54028c8672a7dbadb /test/oni-grep-test.el
parent24507ce3d8c800e2ab0a9c7b7453a0234e5034c1 (diff)
downloademacs-config-052fafd9de90cc2ba14cae184d35f32110233102.tar.gz
emacs-config-052fafd9de90cc2ba14cae184d35f32110233102.zip
Add tests for oni-grep, disabled for now
Diffstat (limited to 'test/oni-grep-test.el')
-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)))