From 8151ce5ffec4283a3bc1eeea52b8f9b17cb5d069 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 29 May 2023 10:54:33 -0400 Subject: tests: add initial tests and test runner script --- tests/add.forth | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/add.forth (limited to 'tests/add.forth') diff --git a/tests/add.forth b/tests/add.forth new file mode 100644 index 0000000..690bdba --- /dev/null +++ b/tests/add.forth @@ -0,0 +1,4 @@ +INPUT +1 3 + . +OUTPUT +4 -- cgit v1.2.3