diff options
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)) |