(cond-expand (chicken-4 (load-relative "../ssql-postgresql") (use ssql) (import ssql-postgresql) (use test postgresql foops)) (chicken-5 (import test (chicken load) (chicken platform)) (repository-path (cons ".." (repository-path))))) (load "test.scm") (test-exit)