aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add JaCoCo coverage reporting to test.shKostya2026-08-201-1/+19
| | | | | | Vendor jacocoagent.jar/jacococli.jar under lib/jacoco/ (excluded from the shipped classpath), attach the agent during test runs, and generate an HTML+XML report into build/coverage after tests pass.
* Add XML schema validation, split build scripts by module, rename ↵Kostya2026-08-181-0/+47
BuyMenuCommand to PlaceOrderMenuCommand Introduces XMLValidatorV1 and deserializer/adapter classes for events, ledgers, markets, users, and trading mechanisms. Replaces the monolithic build.bat/run.sh scripts with per-module tools (_util.sh, build.sh, package.sh, test.sh) that compile in dependency order.