File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,19 @@ swift test # test all Swift code, e.g. jextract-swift
4343./gradlew test # test all Java code, including integration tests that actually use jextract-ed sources
4444```
4545
46+ To test on Linux using Docker you can:
47+
48+ ``` bash
49+ # run only Swift tests (i.e. swift test)
50+ docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.2204.main.yaml run test-swift
51+
52+ # run only Java tests (i.e. gradle test)
53+ docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.2204.main.yaml run test-java
54+
55+ # run all tests
56+ docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.2204.main.yaml run test
57+ ```
58+
4659### Examples
4760
4861#### JavaKit (Swift -> Java)
You can’t perform that action at this time.
0 commit comments