testValuesFrameworks: put "lazy header" comparison after test run
to simplify adding new tests.
This commit is contained in:
committed by
Nikolay Igotti
parent
e2430c3240
commit
787a04a8be
@@ -3512,7 +3512,7 @@ if (isAppleTarget(project)) {
|
||||
final String dir = "$testOutputFramework/$frameworkName"
|
||||
final File lazyHeader = file("$dir/$target-lazy.h")
|
||||
|
||||
doFirst {
|
||||
doLast {
|
||||
final File expectedLazyHeader = file("framework/values/expectedLazy.h")
|
||||
|
||||
if (expectedLazyHeader.readLines() != lazyHeader.readLines()) {
|
||||
|
||||
Reference in New Issue
Block a user