Skip to content

Commit 0d57144

Browse files
committed
docs: updated build instructions for Codex
1 parent 9e8aff7 commit 0d57144

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

AGENTS.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# Instructions for Codex
22

3+
To build the Rust native extension, execute:
4+
5+
```
6+
just build-extension
7+
```
8+
39
To run the test suite, execute:
410

511
```
6-
ruby -Itest test/test_tracer.rb
12+
just test
713
```
814

915
The tester executes a number of sample programs in `test/programs` and compares their outputs to the fixtures in `test/fixtures`.
1016

1117
To run the benchmark, execute:
1218

1319
```
14-
ruby test/benchmarks/run_benchmark.rb heavy_work
20+
just bench
1521
```
1622

1723
# Code quality guidelines

0 commit comments

Comments
 (0)