X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-tests.asd;h=ddd2bbee5e0c5e70df850bacff19e12060fe46d3;hb=4d282ef8435b5462f10e28873c85ab4d960b9fea;hp=60ffd0eb98b2896b970489180a6d1d8cd5c442c4;hpb=a96cc60ff60edef6b2373a73ed23c263e7c12ac8;p=clsql.git diff --git a/clsql-tests.asd b/clsql-tests.asd index 60ffd0e..ddd2bbe 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -43,7 +43,9 @@ (: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)