From e618cef9d6ca2d38c67f2d3866f73571bcd6b21f Mon Sep 17 00:00:00 2001 From: RoyR Date: Sat, 14 Mar 2026 14:38:39 -0400 Subject: [PATCH] Updated README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41dde98..7bfff78 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ gcc -m32 main.c common.o -o program ├── README_TESTS.md # Test suite documentation │ ├── test_runner.c # Automated test harness +├── test_suite.cm # Test suite │ └── examples/ # Example programs ├── hello.cm