Commit 89b9d7b
authored
[Tests] Add an integration test product for easier iteration (#121)
[Tests] Add an integration test product for easier iteration
### Motivation
Some IDEs don't allow you to trigger building of targets, only products.
### Modifications
Added an umbrella library product to make it possible to build locally in an IDE, not just using `swift build`.
### Result
Now the product shows up in IDEs, allowing developers to iterate on the code and rebuild.
### Test Plan
Tested that it shows up locally.
Reviewed by: simonjbeaumont
Builds:
✔︎ pull request validation (5.8) - Build finished.
✔︎ pull request validation (5.9) - Build finished.
✔︎ pull request validation (docc test) - Build finished.
✔︎ pull request validation (integration test) - Build finished.
✔︎ pull request validation (nightly) - Build finished.
✔︎ pull request validation (soundness) - Build finished.
#1211 parent 32cd8a3 commit 89b9d7b
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
22 | 34 | | |
23 | 35 | | |
24 | 36 | | |
| |||
0 commit comments