tree: 8f3dcd5ca799b6e47ea5da878b94082b787a3435 [path history] [tgz]
  1. install/
  2. pom.xml
  3. README.md
  4. runtests
  5. tck.bndrun
itests/tck/README.md

TCK Tests

Install tests from tck

Call install-tests.sh with the path to the directory where the test jars reside.

sh install/install-tests.sh ~/checkout/osgi_ct_enterprise/jar

This installs the tests to your local maven repo and only needs to be done once.

Build the index

mvn package

Run the tests

TODO