X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-tests.asd;h=274e69b6bc3feed5b7edcba81f87c89bef4e8fa2;hb=e5744a78271044484b3399d4fc1d55b3e8808784;hp=6d44b878a69569a216ff2c2f76611865605d3151;hpb=67e6b9eaab9c9bcf8b57cbd476581437e4876b26;p=clsql.git diff --git a/clsql-tests.asd b/clsql-tests.asd index 6d44b87..274e69b 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -40,6 +40,7 @@ (:file "test-syntax"))))) (defmethod perform ((o test-op) (c (eql (find-system 'clsql-tests)))) + (operate 'load-op 'clsql) (unless (funcall (intern (symbol-name '#:run-tests) (find-package '#:clsql-tests))) (error "test-op failed")))