fix more tests

This commit is contained in:
Matthias Ringwald 2022-10-11 18:47:01 +02:00
parent 1c3fbfddcb
commit 70cea164e3
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ CFLAGS += -I${BTSTACK_ROOT}/3rd-party/rijndael
VPATH += ${BTSTACK_ROOT}/src
VPATH += ${BTSTACK_ROOT}/src/ble
VPATH += ${BTSTACK_ROOT}/src/ble/gatt-service
VPATH += ${BTSTACK_ROOT}/src/le-audio/gatt-service
VPATH += ${BTSTACK_ROOT}/platform/posix
VPATH += ${BTSTACK_ROOT}/3rd-party/rijndael
VPATH += ${BTSTACK_ROOT}/test/mock

View File

@ -20,7 +20,7 @@
#include "bluetooth.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 "mock_att_server.h"