Remove char-to-string from tests
[jscl.git] / jscl.lisp
index 0f0e6be..4b2ac4a 100644 (file)
--- a/jscl.lisp
+++ b/jscl.lisp
@@ -27,8 +27,9 @@
     ("compat"           :host)
     ("utils"            :both)
     ("numbers"          :target)
+    ("char"             :target)
     ("list"             :target)
-    ("arrays"           :target)
+    ("array"            :target)
     ("string"           :target)
     ("sequence"         :target)
     ("print"            :target)
@@ -38,6 +39,7 @@
     ("read"             :both)
     ("defstruct"        :both)
     ("lambda-list"      :both)
+    ("backquote"        :both)
     ("compiler"         :both)
     ("toplevel"         :target)))