diff options
author | Sean Allred <code@seanallred.com> | 2015-01-03 23:12:52 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-03 23:12:52 -0500 |
commit | b8f10ec2fb55df8851d253dfbdac79d8ddafccf6 (patch) | |
tree | 8598dc70212e458480719ee7c29e3d504a0d3aa0 /test/tests.el | |
parent | 7069ab0b2374bf255425fca6705e85706645b643 (diff) | |
parent | 3753e7c15d6b8b16b76daa238418f71b0de49871 (diff) |
Merge branch 'master' into tag-bot
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 bb2f9f4..ce42a9f 100644 --- a/test/tests.el +++ b/test/tests.el @@ -59,4 +59,4 @@ (apply #'message message args))) (mapc #'sx-load-test - '(api macros printing util)) + '(api macros printing util search)) |