diff options
| author | Fuwn <[email protected]> | 2026-02-18 11:41:58 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-18 11:42:11 -0800 |
| commit | dd690e6be3bba1f0d3aa6e853e50e23cf44f75ec (patch) | |
| tree | 146ec3964c02579f63465c88199fcc8270d0c4e1 /project.yml | |
| parent | Fix SwiftLint violations (diff) | |
| download | sora-testing-dd690e6be3bba1f0d3aa6e853e50e23cf44f75ec.tar.xz sora-testing-dd690e6be3bba1f0d3aa6e853e50e23cf44f75ec.zip | |
test: add baseline test harness and performance baseline report
Diffstat (limited to 'project.yml')
| -rw-r--r-- | project.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/project.yml b/project.yml index 94bfdf3..d752671 100644 --- a/project.yml +++ b/project.yml @@ -103,3 +103,14 @@ targets: com.apple.security.personal-information.photos-library: true attributes: CreatedOnToolsVersion: 16.2 + SoraTests: + type: bundle.unit-test + supportedDestinations: [iOS] + platform: iOS + sources: + - path: SoraTests + settings: + base: + GENERATE_INFOPLIST_FILE: YES + dependencies: + - target: Sora |