aboutsummaryrefslogtreecommitdiff
path: root/test/tests.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-01 23:13:17 -0500
committerSean Allred <code@seanallred.com>2015-01-01 23:13:17 -0500
commit8b5e430d385db04b21b917bb62935e8266819e38 (patch)
treebc232106f47154d3cddc52d0d185484f54240e63 /test/tests.el
parent5ac68096b4a1d97667f181daad4d0c43ead910d4 (diff)
Add tests for search functionality
Diffstat (limited to 'test/tests.el')
-rw-r--r--test/tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.el b/test/tests.el
index 53e053f..d06c0ff 100644
--- a/test/tests.el
+++ b/test/tests.el
@@ -58,4 +58,4 @@
(apply #'message message args)))
(mapc #'sx-load-test
- '(api macros printing util))
+ '(api macros printing util search))