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

Commit a8db30d7 authored by Chris Manton's avatar Chris Manton
Browse files

test: Add mock function map to target net_test_stack_btm

Bug: 270218433
Bug: 254473601
Test: /data/net_test_stack_btm64 --gtest_repeat=100000
Ignore-AOSP-First: cherry-pick

Merged-In: Idfd4e501e453864798f9bb1b00f35dd4fdef6db0
Change-Id: I9b8b0fd3821050575ae367c3f53b6aa5491897ac
parent 90d004aa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -943,6 +943,7 @@ cc_test {
        ":BluetoothHalSources_hci_host",
        ":BluetoothOsSources_host",
        ":TestCommonMainHandler",
        ":TestCommonMockFunctions",
        ":TestMockBta",
        ":TestMockBtif",
        ":TestMockDevice",
+0 −2
Original line number Diff line number Diff line
@@ -129,8 +129,6 @@ const stack_config_t* stack_config_get_interface(void) {
  return &mock_stack_config;
}

std::map<std::string, int> mock_function_count_map;

namespace {

using testing::_;