[Gradle, Native, IT] Add missing assertion
This commit is contained in:
committed by
Space
parent
e9db050245
commit
045528e643
+1
-1
@@ -376,7 +376,7 @@ class GeneralNativeIT : BaseGradleIT() {
|
|||||||
headerPaths.forEach { assertFileExists(it) }
|
headerPaths.forEach { assertFileExists(it) }
|
||||||
frameworkPaths.forEach { assertFileExists(it) }
|
frameworkPaths.forEach { assertFileExists(it) }
|
||||||
|
|
||||||
fileInWorkingDir(headerPaths[0]).readText().contains("+ (int32_t)exported")
|
assertTrue(fileInWorkingDir(headerPaths[0]).readText().contains("+ (int32_t)exported"))
|
||||||
|
|
||||||
// Check that by default release frameworks have bitcode embedded.
|
// Check that by default release frameworks have bitcode embedded.
|
||||||
withNativeCommandLineArguments(":linkMainReleaseFrameworkIos") { arguments ->
|
withNativeCommandLineArguments(":linkMainReleaseFrameworkIos") { arguments ->
|
||||||
|
|||||||
Reference in New Issue
Block a user