From 052fafd9de90cc2ba14cae184d35f32110233102 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 28 Mar 2019 17:43:23 -0700 Subject: [PATCH] Add tests for oni-grep, disabled for now --- test/oni-grep-test.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/oni-grep-test.el 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)))