mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 20:42:47 +00:00
fix more tests
This commit is contained in:
parent
1c3fbfddcb
commit
70cea164e3
@ -12,6 +12,7 @@ CFLAGS += -I${BTSTACK_ROOT}/3rd-party/rijndael
|
|||||||
VPATH += ${BTSTACK_ROOT}/src
|
VPATH += ${BTSTACK_ROOT}/src
|
||||||
VPATH += ${BTSTACK_ROOT}/src/ble
|
VPATH += ${BTSTACK_ROOT}/src/ble
|
||||||
VPATH += ${BTSTACK_ROOT}/src/ble/gatt-service
|
VPATH += ${BTSTACK_ROOT}/src/ble/gatt-service
|
||||||
|
VPATH += ${BTSTACK_ROOT}/src/le-audio/gatt-service
|
||||||
VPATH += ${BTSTACK_ROOT}/platform/posix
|
VPATH += ${BTSTACK_ROOT}/platform/posix
|
||||||
VPATH += ${BTSTACK_ROOT}/3rd-party/rijndael
|
VPATH += ${BTSTACK_ROOT}/3rd-party/rijndael
|
||||||
VPATH += ${BTSTACK_ROOT}/test/mock
|
VPATH += ${BTSTACK_ROOT}/test/mock
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "bluetooth.h"
|
#include "bluetooth.h"
|
||||||
#include "bluetooth_gatt.h"
|
#include "bluetooth_gatt.h"
|
||||||
|
|
||||||
#include "ble/gatt-service/microphone_control_service_server.h"
|
#include "le-audio/gatt-service/microphone_control_service_server.h"
|
||||||
#include "microphone_control_service_server_test.h"
|
#include "microphone_control_service_server_test.h"
|
||||||
#include "mock_att_server.h"
|
#include "mock_att_server.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user