tree: db0db569019da1dc7b21ba0dd087c9cf4bdf7cc8 [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