aboutsummaryrefslogtreecommitdiff
path: root/test/emacs-test-functions
diff options
context:
space:
mode:
Diffstat (limited to 'test/emacs-test-functions')
-rwxr-xr-xtest/emacs-test-functions9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/emacs-test-functions b/test/emacs-test-functions
new file mode 100755
index 0000000..0e1f9fc
--- /dev/null
+++ b/test/emacs-test-functions
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+test_description="emacs test function sanity"
+. test-lib.sh
+
+test_begin_subtest "emacs test function sanity"
+test_emacs_expect_t 't'
+
+test_done