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:
parent
09d1901bcb
commit
98dc7ca20a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue