Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 523d47e8 authored by Julien Desprez's avatar Julien Desprez
Browse files

Swich TEST_MAPPING config to unit_tests:true

All unit_tests:true are run in presubmit which avoids
the explicit definition of TEST_MAPPING.

Test: presubmit runs all those tests
Bug: 175408655
Change-Id: I4d42ce5da5cdca819e61691475e8645e83942ab1
Merged-In: Ib6e861158b8b9b426b48147b778f49f73c35be9f
parent 298c5d45
Loading
Loading
Loading
Loading
+0 −48
Original line number Diff line number Diff line
@@ -56,54 +56,6 @@
    }
  ],
  "presubmit" : [
    {
      "name" : "bluetooth_test_common",
      "host" : true
    },
    {
      "name" : "bluetoothtbd_test",
      "host" : true
    },
    {
      "name" : "net_test_avrcp",
      "host" : true
    },
    {
      "name" : "net_test_btcore",
      "host" : true
    },
    {
      "name" : "net_test_btm_iso",
      "host" : true
    },
    {
      "name" : "net_test_btpackets",
      "host" : true
    },
    {
      "name" : "net_test_eatt",
      "host" : true
    },
    {
      "name" : "net_test_types",
      "host" : true
    },
    {
      "name" : "net_test_btif_rc",
      "host" : true
    },
    {
      "name" : "net_test_stack_gatt_native",
      "host" : true
    },
    {
      "name" : "net_test_stack_a2dp_native",
      "host" : true
    },
    {
      "name" : "net_test_btif_config_cache",
      "host" : true
    },
    {
      "name" : "net_test_hf_client_add_record"
    },
+3 −0
Original line number Diff line number Diff line
@@ -47,4 +47,7 @@ cc_test {
        "libosi",
    ],
    host_supported: true,
    test_options: {
        unit_test: true,
    },
}
+6 −0
Original line number Diff line number Diff line
@@ -200,6 +200,9 @@ cc_test {
    defaults: ["fluoride_defaults"],
    test_suites: ["device-tests"],
    host_supported: true,
    test_options: {
        unit_test: true,
    },
    include_dirs: btifCommonIncludes,
    srcs: [
        "test/btif_rc_test.cc",
@@ -233,6 +236,9 @@ cc_test {
    defaults: ["fluoride_defaults"],
    test_suites: ["device-tests"],
    host_supported: true,
    test_options: {
        unit_test: true,
    },
    include_dirs: btifCommonIncludes,
    srcs: [
        "src/btif_config_cache.cc",
+3 −0
Original line number Diff line number Diff line
@@ -34,6 +34,9 @@ cc_test {
        "clang_coverage_bin",
    ],
    host_supported: true,
    test_options: {
        unit_test: true,
    },
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/stack/include",
+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@ cc_test {
    defaults: ["fluoride_defaults"],
    test_suites: ["device-tests"],
    host_supported: true,
    test_options: {
        unit_test: true,
    },
    local_include_dirs: ["tests"],
    include_dirs: [
        "packages/modules/Bluetooth/system/",
Loading