Differences From Artifact [1e6b59e54f]:
- File attic/mtargs.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 957) [annotate] [blame] [check-ins using]
- File attic_modular/mtargs.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 957) [annotate] [blame] [check-ins using]
- File mtargs.scm — part of check-in [54bcd48568] at 2019-12-15 22:32:52 on branch v1.70-defunct-try — Compile works now. (user: matt, size: 957) [annotate] [blame] [check-ins using]
To Artifact [22cf29b180]:
- File mtargs.scm — part of check-in [c75b58ded7] at 2023-04-12 06:38:01 on branch v1.80 — Refactored to move most of the work to scan and recover dead tests out of the servers. This commit also fixes dependencies in the Makefile. (user: matt, size: 972) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
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 mtargs)) (include "mtargs/mtargs.scm") | > > | 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 mtargs)) (use srfi-69) (include "mtargs/mtargs.scm") |