Megatest

Check-in [33818f7a92]
Login
Overview
Comment:Added some needed compilation unit uses
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | works | v1.6584-ck5
Files: files | file ages | folders
SHA1: 33818f7a9207dfb084ededcc654f8487588580ea
User & Date: matt on 2021-04-10 20:50:43
Other Links: branch diff | manifest | tags
Context
2021-04-10
22:07
megatest-version.scm was missing. check-in: 979fc66320 user: matt tags: v1.6584-ck5
20:50
Added some needed compilation unit uses check-in: 33818f7a92 user: matt tags: works, v1.6584-ck5
2021-04-08
20:47
basics working check-in: 4cbadb3579 user: matt tags: v1.6584-ck5
Changes

Modified Makefile from [c1e25ebb0b] to [6145c053ca].

170
171
172
173
174
175
176
177
178
179
180
181
182
183
184

db.o ezsteps.o keys.o launch.o megatest.o monitor.o runs-for-ref.o runs.o tests.o : key_records.scm

tests.o tasks.o dashboard-tasks.o : task_records.scm

runs.o : test_records.scm

megatest.o : megatest-fossil-hash.scm megatest-version.scm

rmt.scm client.scm common.scm configf.scm dashboard-guimonitor.scm dashboard-tests.scm dashboard.scm db.scm dcommon.scm ezsteps.scm fs-transport.scm http-transport.scm index-tree.scm items.scm keys.scm launch.scm megatest.scm monitor.scm mt.scm newdashboard.scm runconfig.scm runs.scm server.scm tdb.scm tests.scm tree.scm : common_records.scm megatest-version.scm

common_records.scm : altdb.scm

# mofiles/stml2.o : mofiles/cookie.o
# configf.o : mofiles/commonmod.o







|







170
171
172
173
174
175
176
177
178
179
180
181
182
183
184

db.o ezsteps.o keys.o launch.o megatest.o monitor.o runs-for-ref.o runs.o tests.o : key_records.scm

tests.o tasks.o dashboard-tasks.o : task_records.scm

runs.o : test_records.scm

megatest.o : megatest-fossil-hash.scm megatest-version.scm *scm

rmt.scm client.scm common.scm configf.scm dashboard-guimonitor.scm dashboard-tests.scm dashboard.scm db.scm dcommon.scm ezsteps.scm fs-transport.scm http-transport.scm index-tree.scm items.scm keys.scm launch.scm megatest.scm monitor.scm mt.scm newdashboard.scm runconfig.scm runs.scm server.scm tdb.scm tests.scm tree.scm : common_records.scm megatest-version.scm

common_records.scm : altdb.scm

# mofiles/stml2.o : mofiles/cookie.o
# configf.o : mofiles/commonmod.o

Modified megatest.scm from [7858e908b4] to [6b70bb6d8c].

28
29
30
31
32
33
34

35
36
37
38
39
40
41
;; (include "pkts/pkts.scm")
;; (include "csv-xml/csv-xml.scm")
;; (include "ducttape/ducttape-lib.scm")
;; (include "hostinfo/hostinfo.scm")
;; (include "adjutant.scm")

(declare (uses autoload))

(declare (uses pkts))
(declare (uses stml2))
(declare (uses cookie))
(declare (uses csv-xml))
(declare (uses hostinfo))

(declare (uses mutils))







>







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
;; (include "pkts/pkts.scm")
;; (include "csv-xml/csv-xml.scm")
;; (include "ducttape/ducttape-lib.scm")
;; (include "hostinfo/hostinfo.scm")
;; (include "adjutant.scm")

(declare (uses autoload))
(declare (uses dbi))
(declare (uses pkts))
(declare (uses stml2))
(declare (uses cookie))
(declare (uses csv-xml))
(declare (uses hostinfo))

(declare (uses mutils))

Modified pkts.scm from [4f496b5684] to [7832b8d0fc].

15
16
17
18
19
20
21
22
23
;; 
;;     You should have received a copy of the GNU General Public License
;;     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

;;======================================================================

(declare (unit pkts))

(include "pkts/pkts.scm")







|

15
16
17
18
19
20
21
22
23
;; 
;;     You should have received a copy of the GNU General Public License
;;     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

;;======================================================================

(declare (unit pkts))
(declare (uses dbi))
(include "pkts/pkts.scm")

Modified stml2.scm from [47f316ad28] to [6f0ee137b2].

15
16
17
18
19
20
21

22
23
24
25
26
27
;; 
;;     You should have received a copy of the GNU General Public License
;;     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

;;======================================================================

(declare (unit stml2))


(include "stml2/stml2.scm")

(import stml2)

(write "true")







>



<
<
<
15
16
17
18
19
20
21
22
23
24
25



;; 
;;     You should have received a copy of the GNU General Public License
;;     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

;;======================================================================

(declare (unit stml2))
(declare (uses cookie))

(include "stml2/stml2.scm")