X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-tests.asd;fp=clsql-tests.asd;h=ddd2bbee5e0c5e70df850bacff19e12060fe46d3;hp=60ffd0eb98b2896b970489180a6d1d8cd5c442c4;hb=f26d09724b4aa3d6bc8eae35582c8b15b9b3f5da;hpb=360b8e79c4009b49eeffedad9249ad3227b07ed8 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)