Megatest

Check-in [ca3478ee5c]
Login
Overview
Comment:Cleaned up ignores and added minimal example to docs
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ca3478ee5c3aa875e221f5461af56c4dae6d426d
User & Date: matt on 2012-03-31 18:38:11
Other Links: manifest | tags
Context
2012-04-01
22:20
rundir and links fix check-in: 346409ed1e user: matt tags: trunk
2012-03-31
18:38
Cleaned up ignores and added minimal example to docs check-in: ca3478ee5c user: matt tags: trunk
2012-03-30
00:07
Fixed reading of runconfigs; chdir to location of .config before reading sub-files; added pattern matching on sections to target; added tests, removed some redundant db accesses check-in: c65398ee68 user: matt tags: trunk
Changes

Modified .fossil-settings/ignore-glob from [9a10308043] to [b7114c600a].

1







utils/build/*








>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
utils/build/*
*~
*.o
bin/*
tests/megatest.db
tests/monitor.db
megatest
dboard

Added archive.scm version [d5c01ff84a].



































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;; Copyright 2006-2011, 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.

;;  strftime('%m/%d/%Y %H:%M:%S','now','localtime')

(use sqlite3 srfi-1 posix regex regex-case srfi-69 dot-locking format)
(import (prefix sqlite3 sqlite3:))

(declare (unit archive))
(declare (uses db))
(declare (uses common))

Added docs/mt/megatest.config version [da39a3ee5e].

Added docs/mt/runconfigs.config version [da39a3ee5e].

Added docs/mt/tests/mytest/main.sh version [da39a3ee5e].

Added docs/mt/tests/mytest/testconfig version [da39a3ee5e].