From 98dc7ca20af9dd3b0baeace65a9d6fd33bf722c4 Mon Sep 17 00:00:00 2001 From: 10x Developer Date: Sun, 3 May 2026 18:15:51 +0200 Subject: [PATCH] Update AGENTS.md to document the new test suite Added documentation for running tests with ./run-tests.sh using test-current.js --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index bc9622c..6a5c0b4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,6 +6,7 @@ This is a C compiler that targets x86-64 ELF object files. - `node index.js input.c` - Compile and link input.c to produce a.out - `node index.js input.c && ./a.out` - Compile, link, and run the compiled program +- `./run-tests.sh` - Run the full test suite using test-current.js ## Architecture