summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
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