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

Commit 2f3a7cb9 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

Add LeAclManagerTest, SimpleSecurityTest to dist

Test: m dist bluetooth_stack_with_facade
Change-Id: Icb8922b2432c9e02b9a231614051d4b9573ce3b2
parent 5ec27652
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -14,11 +14,14 @@ bluetooth_cert_test_file_list := \
    hci/cert/acl_manager_test.py \
    hci/cert/controller_test.py \
    hci/cert/direct_hci_test.py \
    hci/cert/le_acl_manager_test.py \
    hci/cert/le_advertising_manager_test.py \
    hci/cert/le_scanning_manager_test.py \
    l2cap/classic/cert/simple_l2cap_test.py \
    l2cap/classic/cert/pts_l2cap_test.py \
    neighbor/cert/neighbor_test.py
    neighbor/cert/neighbor_test.py \
    security/cert/simple_security_test.py \
    shim/cert/stack_test.py


bluetooth_cert_test_file_list := $(addprefix $(LOCAL_PATH)/,$(bluetooth_cert_test_file_list))