Skip to content

Commit a3c355f

Browse files
committed
Fixed test execution in AGENTS.md
1 parent c4eca99 commit a3c355f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ JNode is a Java operating system with custom JVM. ~3,300 Java files, 25 assembly
3333
## Running Tests
3434

3535
- **All tests**: `sh build.sh tests` (from root)
36-
- **Per subproject**: `cd <subproject> && ant test`
36+
- **Per subproject JUnit**: `sh build.sh -f <subproject>/build-tests.xml all-junit`
3737
- **Framework**: JUnit 4.5, JMock, Mockito
3838
- **Test locations**: `<subproject>/src/test/` (390 test files total)
3939

0 commit comments

Comments
 (0)