X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=2481e8321a8bdf754602fda8a726986164dd31ac;hb=f26d09724b4aa3d6bc8eae35582c8b15b9b3f5da;hp=c428467f1882bb4aa49cb5797727d94e332e35ae;hpb=9b248752b3d64b8828ea05a96e168d42ea980518;p=clsql.git diff --git a/tests/test-init.lisp b/tests/test-init.lisp index c428467..2481e83 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -26,6 +26,8 @@ (defvar *rt-oodml*) (defvar *rt-syntax*) (defvar *rt-time*) +;; Below must be set as nil since test-i18n.lisp is not loaded on all platforms. +(defvar *rt-i18n* nil) (defvar *test-database-type* nil) (defvar *test-database-underlying-type* nil) @@ -66,7 +68,7 @@ (defun default-suites () "The default list of tests to run." (append *rt-internal* *rt-connection* *rt-basic* *rt-fddl* *rt-fdml* - *rt-ooddl* *rt-oodml* *rt-syntax* *rt-time*)) + *rt-ooddl* *rt-oodml* *rt-syntax* *rt-time* *rt-i18n*)) (defvar *error-count* 0)