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

Commit 336a48d7 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Add LeAclManagerTest, SimpleSecurityTest to dist am: 2f3a7cb9 am: 7c8c4f3a

Change-Id: I71d79cb984d93195f3a7bdec1d8c9a502aa1d518
parents 4a394351 7c8c4f3a
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))