shithub: MicroHs

Download patch

ref: 991957120b8e2fd3a18a8eef026c6670ebee1560
parent: c7b5ff84ac0e47bc360dcf445667b245298af704
author: Lennart Augustsson <lennart@augustsson.net>
date: Mon Sep 18 06:57:02 EDT 2023

Don't run broken test

--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 
 all:	$(EVAL) $(BIN)/$(MHS)
 
-everytest:	runtest example exampleboot examplecomb bootboottest bootcombtest
+everytest:	runtest example examplecomb bootboottest bootcombtest
 
 ###
 ### Build evaluator (runtime system)
--