X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=57a3cfcb7135914e94171bcc31d23ee02a84d627;hb=f3430ff34ef6631daf20cb9c69ecbc7ad84d14df;hp=b0a902ca0502c8bd54c13ea1d3747df0f3ebdf84;hpb=5ed1f05543cbd24b3f2bb735f2cfc03ea85e51ec;p=clsql.git diff --git a/tests/test-init.lisp b/tests/test-init.lisp index b0a902c..57a3cfc 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -565,7 +565,8 @@ (let ((test-forms '()) (skip-tests '())) (dolist (test-form (append *rt-internal* *rt-connection* *rt-basic* *rt-fddl* *rt-fdml* - *rt-ooddl* *rt-oodml* *rt-syntax*)) + *rt-ooddl* *rt-oodml* *rt-syntax* *rt-time* + )) (let ((test (second test-form))) (cond ((and (null (clsql-sys:db-type-has-views? db-underlying-type))