Load and use test-i18n.lisp when uffi:no-i18n is not present in cl:*features*
[clsql.git] / clsql-tests.asd
index 60ffd0eb98b2896b970489180a6d1d8cd5c442c4..ddd2bbee5e0c5e70df850bacff19e12060fe46d3 100644 (file)
@@ -43,7 +43,9 @@
                           (:file "test-fdml")
                           (:file "test-ooddl")
                           (:file "test-oodml")
                           (:file "test-fdml")
                           (:file "test-ooddl")
                           (:file "test-oodml")
-                          (:file "test-syntax")))))
+                          (:file "test-syntax")
+                           #-uffi:no-i18n (:file "test-i18n")
+                           ))))
 
 (defmethod perform ((o test-op) (c (eql (find-system 'clsql-tests))))
   (operate 'load-op 'clsql)
 
 (defmethod perform ((o test-op) (c (eql (find-system 'clsql-tests))))
   (operate 'load-op 'clsql)