summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-21 13:32:50 +0200
committerPaul Buetow <paul@buetow.org>2026-02-21 13:32:50 +0200
commitf7e4b1bd35cd8143c2497c91b269d601625d1fae (patch)
tree93577caae33ef969c149d95b8ede15e8f77d35d4 /AGENTS.md
parentac543823bdf5be044d6ace32e813431c4896c4fe (diff)
Fix outdated line references and test command in documentation
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index d3f3e95..cfd3dd1 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -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