diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 12:13:28 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 12:13:28 -0500 |
commit | 9a420bffcc426b4826f14ad1f62b5430750821df (patch) | |
tree | 9d5ff1e26d2b8019031895acdb9d030116e35d6f /test/tests.el | |
parent | 51fd9620672ce656a0c660ad9e3a940cc9b435f3 (diff) | |
parent | 0325369632523a81e4246533e4067ebd57f7a0e7 (diff) |
Merge pull request #183 from vermiculus/search
Search
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)) |