X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;fp=tests%2Ftest-init.lisp;h=2481e8321a8bdf754602fda8a726986164dd31ac;hp=c428467f1882bb4aa49cb5797727d94e332e35ae;hb=f26d09724b4aa3d6bc8eae35582c8b15b9b3f5da;hpb=360b8e79c4009b49eeffedad9249ad3227b07ed8 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)