X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-tests.asd;fp=clsql-tests.asd;h=274e69b6bc3feed5b7edcba81f87c89bef4e8fa2;hp=6d44b878a69569a216ff2c2f76611865605d3151;hb=e5744a78271044484b3399d4fc1d55b3e8808784;hpb=c4da3cfcbb955395d8a556e1f89aadad696302b7 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")))