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
43
43
./gradlew test # test all Java code, including integration tests that actually use jextract-ed sources
44
44
```
45
45
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
+
46
59
### Examples
47
60
48
61
#### JavaKit (Swift -> Java)
You can’t perform that action at this time.
0 commit comments