diff options
author | Sean Allred <code@seanallred.com> | 2015-01-01 23:13:17 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-01 23:13:17 -0500 |
commit | 8b5e430d385db04b21b917bb62935e8266819e38 (patch) | |
tree | bc232106f47154d3cddc52d0d185484f54240e63 /test/tests.el | |
parent | 5ac68096b4a1d97667f181daad4d0c43ead910d4 (diff) |
Add tests for search functionality
Diffstat (limited to 'test/tests.el')
-rw-r--r-- | test/tests.el | 2 |
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)) |