X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql.asd;h=366859a88bf108d44d3df9a78dbeb1accf520734;hp=f7c9d366971c0e6bdabd6f73793b3fe15f15cc3b;hb=c4da3cfcbb955395d8a556e1f89aadad696302b7;hpb=afa1e8481ca62ee15952c695fd04c8601b65b218 diff --git a/clsql.asd b/clsql.asd index f7c9d36..366859a 100644 --- a/clsql.asd +++ b/clsql.asd @@ -57,4 +57,4 @@ a functional and an object oriented interface." (defmethod perform ((o test-op) (c (eql (find-system 'clsql)))) (operate 'load-op 'clsql-tests) - (operate 'test-op 'clsql-tests)) + (operate 'test-op 'clsql-tests :force t))