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