diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-21 13:32:50 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-21 13:32:50 +0200 |
| commit | f7e4b1bd35cd8143c2497c91b269d601625d1fae (patch) | |
| tree | 93577caae33ef969c149d95b8ede15e8f77d35d4 /AGENTS.md | |
| parent | ac543823bdf5be044d6ace32e813431c4896c4fe (diff) | |
Fix outdated line references and test command in documentation
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ This file provides guidance to AI coding assistants working with the I/O Riot NG mage all # Build everything (BPF objects and Go binary) mage test # Run all tests TEST_NAME=TestEventloop mage testWithName # Run specific test -go test ./internal/event -v # Run tests for specific package +go test ./internal -v # Run tests for internal package mage generate # Generate code (required after modifying tracepoint definitions) mage bench # Run benchmarks mage clean # Clean build artifacts |
