Tests for the previous patch (adding special time printing in postgres).
[clsql.git] / tests / test-init.lisp
index b0a902ca0502c8bd54c13ea1d3747df0f3ebdf84..57a3cfcb7135914e94171bcc31d23ee02a84d627 100644 (file)
   (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))