X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-tests.asd;h=f0280fc92510a84a1490f1c7fe38b7e3552da079;hp=a7c7c68430437ef7e1c91d656f367ccbf225b291;hb=f2e97f7b39c1cf82b6f3d1cec9362e551761549e;hpb=0ff9631844fe6c96de64e008ec9b29f4bd1448d3 diff --git a/clsql-tests.asd b/clsql-tests.asd index a7c7c68..f0280fc 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -38,6 +38,7 @@ (:file "datasets") (:file "ds-employees") (:file "ds-nodes") + (:file "ds-artists") (:file "benchmarks") (:file "test-internal") (:file "test-basic") @@ -48,7 +49,8 @@ (:file "test-ooddl") (:file "test-oodml") (:file "test-syntax") - #-uffi:no-i18n (:file "test-i18n") + (:file "test-pool") + ; #-uffi:no-i18n (:file "test-i18n") )))) (defmethod perform ((o test-op) (c (eql (find-system 'clsql-tests))))