Megatest

Check-in [f31622c001]
Login
Overview
Comment:Bumped version to 1.11
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f31622c0017ac4f62df7a632d1748f8f588b5204
User & Date: mrwellan on 2011-06-06 21:49:09
Other Links: manifest | tags
Context
2011-06-07
00:25
Added table based iteration check-in: 8d68c68080 user: mrwellan tags: trunk, v1.11
2011-06-06
21:49
Bumped version to 1.11 check-in: f31622c001 user: mrwellan tags: trunk
2011-06-05
22:59
Test of WARN support check-in: 6f9cfc22a7 user: mrwellan tags: trunk
Changes

Modified megatest.scm from [5d9c3a7d60] to [7e0b50a664].

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.10)

(define help (conc "
Megatest, documentation at http://www.kiatoa.com/fossils/megatest
  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.11)

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

Usage: megatest [options]