summaryrefslogtreecommitdiffstats
path: root/Tests/XCTest/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Tell Xcode to disallow signing altogether in relevant casesBrad King2020-09-011-0/+4
| | | | | | | | The Xcode 'new build system' rejects empty signing identities unless signing is explicitly marked as not allowed. Update test cases where we turn off signing to explicitly disallow it too. Also turn off signing in the XCTest test.
* XCTest: Speed up test by only enabling C languageGregor Jasny2017-06-281-1/+1
|
* XCTest: Add support for static frameworksGuillaume Campagna2017-04-251-0/+16
| | | | Fixes: #16636
* Tests: Add XCTest example to test Frameworks and Cocoa App BundlesGregor Jasny2015-03-231-0/+57
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>