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

Commit 1397a8eb authored by Jakub Tyszkowski's avatar Jakub Tyszkowski
Browse files

Broadcaster: Fix atest running wrong unit tests

When calling:
  atest --host bluetooth_test_broadcaster
atest tool actually runs:
  bluetooth_test_broadcaster_sm
This is most likely due to some fuzzy search algorithm in atest.
Making names more distinct fixes the issue.

Bug: 240145685
Tag: #feature
Test: atest bluetooth_test_broadcaster --no-bazel-mode
Change-Id: I0bcfcc83f0bdac1ce7803455abe427e89c34fa4f
parent 803062e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -694,7 +694,7 @@ cc_test {
}

cc_test {
    name: "bluetooth_test_broadcaster_sm",
    name: "bluetooth_test_broadcaster_state_machine",
    test_suites: ["device-tests"],
    defaults: [
        "fluoride_bta_defaults",