X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-tests.asd;h=a9c8729ff060a4b951fabcbe4c382b47b89464ee;hp=7e12fb2409f386c129ee3391b9cd840f1faeef48;hb=4661cdbb26de93d072226ab6cd9325c1ca7bb75e;hpb=d26a88bb2cbd2bf5b1430b2f54e11fef252787fe diff --git a/clsql-tests.asd b/clsql-tests.asd index 7e12fb2..a9c8729 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -33,7 +33,7 @@ ))) (defmethod perform ((o test-op) (c (eql (find-system 'clsql-tests)))) - (or (funcall (intern (symbol-name '#:do-tests) - (find-package '#:regression-test))) - (error "test-op failed"))) + (unless (funcall (intern (symbol-name '#:run-tests) + (find-package '#:clsql-tests))) + (error "test-op failed")))