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