summaryrefslogtreecommitdiff
path: root/tests/test-wttrin-smoke.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-wttrin-smoke.el')
-rw-r--r--tests/test-wttrin-smoke.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/test-wttrin-smoke.el b/tests/test-wttrin-smoke.el
index b3c7eee..2a2d828 100644
--- a/tests/test-wttrin-smoke.el
+++ b/tests/test-wttrin-smoke.el
@@ -18,6 +18,17 @@
(require 'ert)
(require 'wttrin)
+(require 'testutil-wttrin)
+
+;;; Setup and Teardown
+
+(defun test-wttrin-smoke-setup ()
+ "Setup for smoke tests."
+ (testutil-wttrin-setup))
+
+(defun test-wttrin-smoke-teardown ()
+ "Teardown for smoke tests."
+ (testutil-wttrin-teardown))
;;; Package Loading Tests