Differences From Artifact [9cca07365b]:
- File tests/test.scm — part of check-in [45412597aa] at 2011-10-02 22:22:54 on branch move-to-ck4.7.x — 90% ported to chicken-scheme v4.7.0 (user: matt, size: 8176) [annotate] [blame] [check-ins using] [more...]
To Artifact [2d90dc1820]:
- File tests/test.scm — part of check-in [00fb8be61d] at 2012-07-26 23:16:14 on branch trunk — Got cookie to compile by switching to posix calls for time string (user: matt, size: 8177) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - + | (require-extension sqlite3) (import (prefix sqlite3 sqlite3:)) (require-library dbi) (load "./requirements.scm") |
︙ |