Ticket #461 (closed task: fixed)
Opened 2010-01-13T10:36:01-06:00
Last modified 2010-07-13T17:00:46-05:00
Review build system for testing components in isolation
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | critical | Milestone: |
|
Component: | bio-formats | Severity: | serious |
Keywords: | cleanup | Cc: | |
Blocked By: | Blocking: |
Description
To make cleanup work easier BioFormatsCleanup?, it would be nice to be able to test each component in isolation, rather than having to build the test-suite component and all of its dependencies.
We need to review the build system to determine how difficult this would be, and modify it as necessary.
Completed in r5847. Tests for any component can be run using 'ant test' in the component's directory; tests for every component can be run using 'ant test' in the root directory.