Differences From Artifact [9d9074d93d]:
- File tests/tests.scm — part of check-in [98ffd649ba] at 2014-11-16 17:37:40 on branch v1.60 — Added channel for result codes to http communication. Fixed some unit tests (user: matt, size: 1433) [annotate] [blame] [check-ins using] [more...]
To Artifact [8b81d25a98]:
- File tests/tests.scm — part of check-in [bf87ee76eb] at 2015-09-12 04:47:16 on branch v1.60 — Moved some parameters around to accomodate new itemmap method (user: matt, size: 1474) [annotate] [blame] [check-ins using] [more...]
︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | + + | ;; PURPOSE. ;; strftime('%m/%d/%Y %H:%M:%S','now','localtime') (require-extension test) (require-extension regex) (require-extension srfi-18) (require-extension posix) (import posix) (import srfi-18) ;; (require-extension zmq) ;; (import zmq) (define test-work-dir (current-directory)) ;; read in all the _record files |
︙ |