ref: 8cfb829ca07f64a38eea051229e8d937f4ae3ed6
parent: 2bd2c35bbfb1d2ed187b532a5a2b0a244d348ecf
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Sun Oct 22 11:15:27 EDT 2023
Add test
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -24,6 +24,7 @@
$(MHS) Catch && $(EVAL) > Catch.out && diff Catch.ref Catch.out
$(MHS) FArith && $(EVAL) > FArith.out && diff FArith.ref FArith.out
$(MHS) Infix && $(EVAL) > Infix.out && diff Infix.ref Infix.out
+ $(MHS) Class && $(EVAL) > Class.out && diff Class.ref Class.out
errtest:
sh errtester.sh < errmsg.test
--
⑨