Differences From Artifact [7858e908b4]:
- File megatest.scm — part of check-in [4cbadb3579] at 2021-04-08 20:47:36 on branch v1.6584-ck5 — basics working (user: matt, size: 127783) [annotate] [blame] [check-ins using]
To Artifact [6b70bb6d8c]:
- File megatest.scm — part of check-in [33818f7a92] at 2021-04-10 20:50:43 on branch v1.6584-ck5 — Added some needed compilation unit uses (user: matt, size: 127804) [annotate] [blame] [check-ins using]
︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | 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)) |
︙ |