| Summary: | build should optionally be able to compile then run JUnit tests | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Nick Boldt <nboldt> |
| Component: | Dash Athena | Assignee: | Common Build Inbox <dash.commonbuilder-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 238626 | ||
|
Description
Nick Boldt
This is done. Main targets in buildAll.xml are: run (build + test) runTestsOnly runWithoutTest (build binaries + tests, don't RUN test) runWithoutTestBuild (build binaries, don't build or run tests) |