Update AGENTS.md to document the new test suite

Added documentation for running tests with ./run-tests.sh using test-current.js
This commit is contained in:
10x Developer 2026-05-03 18:15:51 +02:00
parent 09d1901bcb
commit 98dc7ca20a

View file

@ -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` - Compile and link input.c to produce a.out
- `node index.js input.c && ./a.out` - Compile, link, and run the compiled program - `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 ## Architecture