You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
(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)
|