Overview
Comment: | Added missing header |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9d84a5eddb32990b3148729472503380 |
User & Date: | matt on 2012-04-18 12:38:53 |
Other Links: | manifest | tags |
Context
2012-04-19
| ||
00:00 | Reworked -remove-runs; remove directories immediately after removing record, remove run dir then remove link, added lots of error checking check-in: a8d26e966f user: matt tags: trunk | |
2012-04-18
| ||
12:38 | Added missing header check-in: 9d84a5eddb user: matt tags: trunk | |
2012-04-17
| ||
17:53 | Put megatest into wrapper check-in: c06a5da0d3 user: mrwellan tags: trunk | |
Changes
Modified tests.scm from [b898bb43ea] to [e315223b61].
1 2 3 4 5 6 7 | (use sqlite3 srfi-1 posix regex regex-case srfi-69 dot-locking tcp rpc) (import (prefix sqlite3 sqlite3:)) (import (prefix rpc rpc:)) (declare (unit tests)) (declare (uses db)) (declare (uses common)) | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ;;====================================================================== ;; Copyright 2006-2012, Matthew Welland. ;; ;; This program is made available under the GNU GPL version 2.0 or ;; greater. See the accompanying file COPYING for details. ;; ;; This program is distributed WITHOUT ANY WARRANTY; without even the ;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ;; PURPOSE. ;;====================================================================== ;;====================================================================== ;; Tests ;;====================================================================== (use sqlite3 srfi-1 posix regex regex-case srfi-69 dot-locking tcp rpc) (import (prefix sqlite3 sqlite3:)) (import (prefix rpc rpc:)) (declare (unit tests)) (declare (uses db)) (declare (uses common)) |
︙ | ︙ |