Searched refs:Unit_test (Results 1 – 9 of 9) sorted by relevance
189 if ctx.Host() && test.Properties.Test_options.Unit_test == nil {190 test.Properties.Test_options.Unit_test = proptools.BoolPtr(true)
108 if p.isTestHost() && p.testProperties.Test_options.Unit_test == nil {109 p.testProperties.Test_options.Unit_test = proptools.BoolPtr(true)
372 if ctx.Host() && Bool(test.Properties.Test_options.Unit_test) {465 if ctx.Host() && test.gtest() && test.Properties.Test_options.Unit_test == nil {466 test.Properties.Test_options.Unit_test = proptools.BoolPtr(true)
570 if module.testProperties.Test_options.Unit_test == nil {571 module.testProperties.Test_options.Unit_test = proptools.BoolPtr(true)
83 module.testProperties.Test_options.Unit_test = proptools.BoolPtr(false)
1508 IsUnitTest: Bool(j.testProperties.Test_options.Unit_test),1518 if j.testProperties.Test_options.Unit_test == nil && ctx.Host() {1521 j.testProperties.Test_options.Unit_test = proptools.BoolPtr(defaultUnitTest)1531 UnitTest: j.testProperties.Test_options.Unit_test,
1388 IsUnitTest: Bool(a.testProperties.Test_options.Unit_test),
885 Unit_test: boolPtr(true),894 Unit_test: boolPtr(false),
570 Unit_test *bool member580 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(t.Unit_test))