We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4eca99 commit a3c355fCopy full SHA for a3c355f
1 file changed
AGENTS.md
@@ -33,7 +33,7 @@ JNode is a Java operating system with custom JVM. ~3,300 Java files, 25 assembly
33
## Running Tests
34
35
- **All tests**: `sh build.sh tests` (from root)
36
-- **Per subproject**: `cd <subproject> && ant test`
+- **Per subproject JUnit**: `sh build.sh -f <subproject>/build-tests.xml all-junit`
37
- **Framework**: JUnit 4.5, JMock, Mockito
38
- **Test locations**: `<subproject>/src/test/` (390 test files total)
39
0 commit comments