Megatest

Check-in [40c71a6d65]
Login
Overview
Comment:Bumping the megatest version to 1.0.1
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 40c71a6d650e8a21a45883848baef44c91dc4770
User & Date: mrwellan on 2011-05-03 10:00:17
Other Links: manifest | tags
Context
2011-05-04
08:22
Placeholder for remove-runs check-in: cf78fcded0 user: matt tags: trunk
2011-05-03
10:00
Bumping the megatest version to 1.0.1 check-in: 40c71a6d65 user: mrwellan tags: trunk
08:52
Added CHECK to list of statuses that deter re-running the test check-in: a7f1371036 user: matt tags: trunk
Changes

Modified megatest.scm from [ffa8cfbec7] to [c2c2ba6e88].

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

(include "common.scm")
(define megatest-version 1.0)

(define help (conc "
Megatest, documentation at http://www.kiatoa.com/fossils/opensrc
  version " megatest-version "
  license GPL, Copyright Matt Welland 2006-2011

Usage: megatest [options]










|







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

(include "common.scm")
(define megatest-version 1.0.1)

(define help (conc "
Megatest, documentation at http://www.kiatoa.com/fossils/opensrc
  version " megatest-version "
  license GPL, Copyright Matt Welland 2006-2011

Usage: megatest [options]