From 12e5e04619d50c2a99f66a765f8e6e90d03b519f Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 6 Apr 2021 12:12:47 +0200 Subject: [PATCH] test/pts: hog_demo_test -> hog_device_test --- test/pts/Makefile | 2 +- test/pts/{hog_demo_test.c => hog_device_test.c} | 0 test/pts/{hog_demo_test.gatt => hog_device_test.gatt} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename test/pts/{hog_demo_test.c => hog_device_test.c} (100%) rename test/pts/{hog_demo_test.gatt => hog_device_test.gatt} (100%) diff --git a/test/pts/Makefile b/test/pts/Makefile index 8b518f152..e461746e3 100644 --- a/test/pts/Makefile +++ b/test/pts/Makefile @@ -173,7 +173,7 @@ hid_host_test: ${CORE_OBJ} ${COMMON_OBJ} ${CLASSIC_OBJ} ${SDP_CLIENT} btstack_hi hid_device_test: ${CORE_OBJ} ${COMMON_OBJ} ${CLASSIC_OBJ} ${SDP_CLIENT} btstack_hid_parser.o btstack_ring_buffer.o hid_device.o hid_device_test.o ${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@ -hog_demo_test: hog_demo_test.h ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} ${SM_OBJ} ${SRC_BLE_GATT_SERVICE_FILES_OBJ} gatt_client.o btstack_ring_buffer.o hog_demo_test.c +hog_demo_test: hog_demo_test.h ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} ${SM_OBJ} ${SRC_BLE_GATT_SERVICE_FILES_OBJ} gatt_client.o btstack_ring_buffer.o hog_device_test.c ${CC} $(filter-out hog_demo_test.h,$^) ${CFLAGS} ${LDFLAGS} -o $@ hog_host_test: ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_CLIENT_OBJ} ${SM_OBJ} btstack_hid_parser.o btstack_hid.o hog_host_test.c diff --git a/test/pts/hog_demo_test.c b/test/pts/hog_device_test.c similarity index 100% rename from test/pts/hog_demo_test.c rename to test/pts/hog_device_test.c diff --git a/test/pts/hog_demo_test.gatt b/test/pts/hog_device_test.gatt similarity index 100% rename from test/pts/hog_demo_test.gatt rename to test/pts/hog_device_test.gatt