shithub: MicroHs

Download patch

ref: 4f01480af85edf6d21cfc98ddf2882bd1d2f5aac
parent: 30730a7166e3e95815db4368ede92823ab5c9205
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Mon Nov 27 16:34:10 EST 2023

More tests

--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,7 @@
 everytestmhs:	bin/mhs bin/mhseval exampletest cachetest bootstrap runtestmhs
 
 runtestmhs:
-	cd tests; make MHS=../bin/mhs cache; make MHS="../bin/mhs -c" test
+	cd tests; make MHS=../bin/mhs cache; make MHS="../bin/mhs -c" test nfib
 
 bootcombtest:	bin/gmhs bin/mhseval
 	bin/gmhs -ilib -isrc -ogmhs.comb  MicroHs.Main
--- a/Makefile.windows
+++ b/Makefile.windows
@@ -17,3 +17,4 @@
 	bin\mhs -r Example
 	bin\mhs Example && bin\mhseval
 #	bin\mhs Example -oEx.exe && Ex && rm Ex.exe
+        bin\mhs -i tests Nfib && bin\mhseval
--