Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that, by default, maven will also run the JUnit tests associated with this distribution.
Test reports are written to the

No Format

target/test-reports/

directory.

If you wish to build without testing, issue the following command, but do this at your own risk:

...

No Format
maven test:single -Dtestcase=org.lcsim.recon.cluster.fixedcone.FixedConeClustererTest
Tip
titleAdditional Component Tests

There are also other component tests for many of the org.lcsim classes. Until they can be ported to the JUnit structure they need to be manually executed. Do so with the following ant target:

No Format

ant -f ctest.xml

Building org.lcsim with netbeans

...