Megatest

Check-in [14297dbc0a]
Login
Overview
Comment:TODO and plan updates
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.66
Files: files | file ages | folders
SHA1: 14297dbc0a59580dcd85f82cbea8afd406f1f158
User & Date: mrwellan on 2020-06-29 09:12:30
Other Links: branch diff | manifest | tags
Context
2020-07-01
00:52
Added -list-waivers check-in: 623acd8af5 user: matt tags: v1.66
2020-06-29
09:12
TODO and plan updates check-in: 14297dbc0a user: mrwellan tags: v1.66
2020-06-28
23:45
Added keep-going=yes support to steps. check-in: 57aa66b026 user: matt tags: v1.66
Changes

Modified TODO from [365675e0c2] to [ff0b580779].

1

2
3
4
5
6
7
8

1
2
3
4
5
6
7
8
-
+







#  Copyright 2006-2017, Matthew Welland.
#  Copyright 2006-2020, Matthew Welland.
# 
# This file is part of Megatest.
# 
#     Megatest is free software: you can redistribute it and/or modify
#     it under the terms of the GNU General Public License as published by
#     the Free Software Foundation, either version 3 of the License, or
#     (at your option) any later version.

Modified docs/manual/megatest_manual.txt from [15718f423c] to [69ab724537].

110
111
112
113
114
115
116

117
118
119
120
121
122
123
124
125
126
127
110
111
112
113
114
115
116
117
118
119
120

121
122
123
124
125
126
127







+



-







include::getting_started.txt[]

include::study_plan.txt[]

// :leveloffset: 0

include::writing_tests.txt[]

include::howto.txt[]

include::reference.txt[]


Megatest Internals
------------------

["graphviz", "server.png"]
----------------------------------------------------------------------
include::server.dot[]

Modified megatest-version.scm from [283b980c38] to [bdb917f339].

16
17
18
19
20
21
22
23

16
17
18
19
20
21
22

23







-
+
;;     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

;; Always use two or four digit decimal
;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00..

(declare (unit megatest-version))

(define megatest-version 1.6602)
(define megatest-version 1.6603)