mvn clean install
Our TCK is open as well and contributions are more than welcome. Important information:
Source code at GitHub
Issue tracker in JIRA
Distribution bundles are available at download.jboss.org/cdi/tck/
Mailing list: cdi-tck@lists.jboss.org
You can check the connection between specification and TCK by looking at specification with TCK assertions where each chapter starts with a list of TCK assertions with links to TCK tests for given chapter.
Build TCK with your update by running:
mvn clean install
Get the jboss-tck-runner. Either you can use the one available in CDI TCK distribution bundle or you can use the same one from Weld source code repository
From jboss-tck-runner execute following command and provide your TCK version (also be aware of Weld version you are running):
mvn clean test -Dtest=<your_test_name> -Dcdi.tck.version=<cdi_tck_version>
Execution in previous step is run at Arquillian Weld embedded container. If you need to execute by using real container then please check documentation link above.