shithub: MicroHs

Download patch

ref: 73d2b2fd07b4cb8938286135747143ad5180b956
parent: 2372e6a96bc79214b69242a9d6a5f2755dec21d0
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Sat Aug 17 09:00:25 EDT 2024

Disable interactive test, it is dubious.

--- a/tests/Makefile
+++ b/tests/Makefile
@@ -3,7 +3,8 @@
 EVAL=../bin/mhseval +RTS -H1M -RTS
 .PHONY: test nfib clean errtest alltest cache info
 
-alltest:	info test errtest interactivetest
+alltest:	info test errtest
+# interactivetest
 
 cache:
 	rm -f .mhscache
--