Home
last modified time | relevance | path

Searched refs:Test_options (Results 1 – 10 of 10) sorted by relevance

/aosp12/build/soong/cc/
H A Dtest.go96 Test_options TestOptions member
408 if test.Properties.Test_options.Run_test_as != nil {
411 for _, tag := range test.Properties.Test_options.Test_suite_tag {
414 if test.Properties.Test_options.Min_shipping_api_level != nil {
415 if test.Properties.Test_options.Vsr_min_shipping_api_level != nil {
423 if test.Properties.Test_options.Vsr_min_shipping_api_level != nil {
430 if test.Properties.Test_options.Vsr_min_shipping_api_level != nil {
435 if test.Properties.Test_options.Min_vndk_version != nil {
445 …test.extraTestConfigs = android.PathsForModuleSrc(ctx, test.Properties.Test_options.Extra_test_con…
456 if ctx.Host() && test.gtest() && test.Properties.Test_options.Unit_test == nil {
[all …]
H A Dandroidmk.go391 if Bool(test.Properties.Test_options.Unit_test) {
/aosp12/build/soong/rust/
H A Dtest.go61 Test_options TestOptions member
132 if ctx.Host() && test.Properties.Test_options.Unit_test == nil {
133 test.Properties.Test_options.Unit_test = proptools.BoolPtr(true)
H A Dandroidmk.go108 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(test.Properties.Test_options.Unit_test))
/aosp12/build/soong/java/
H A Drobolectric.go55 Test_options struct { member
276 if s := r.robolectricProperties.Test_options.Shards; s != nil && *s > 1 {
310 if t := r.robolectricProperties.Test_options.Timeout; t != nil {
H A Djava.go726 Test_options TestOptions member
806 if j.testProperties.Test_options.Unit_test == nil && ctx.Host() {
809 j.testProperties.Test_options.Unit_test = proptools.BoolPtr(defaultUnitTest)
812 …j.testProperties.Test_suites, j.testProperties.Auto_gen_config, j.testProperties.Test_options.Unit…
816 …j.extraTestConfigs = android.PathsForModuleSrc(ctx, j.testProperties.Test_options.Extra_test_confi…
H A Dandroidmk.go166 if Bool(j.testProperties.Test_options.Unit_test) {
H A Dapp.go983 …a.extraTestConfigs = android.PathsForModuleSrc(ctx, a.testProperties.Test_options.Extra_test_confi…
/aosp12/build/soong/python/
H A Dtest.go56 Test_options TestOptions member
H A Dandroidmk.go72 entries.SetBoolIfTrue("LOCAL_IS_UNIT_TEST", Bool(p.testProperties.Test_options.Unit_test))