mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-31 19:20:26 +00:00
test: disable leak detection for sdp_client/tlv_posix
This commit is contained in:
parent
b084b67c92
commit
30b78f4b1a
@ -39,7 +39,7 @@ service_search_query: ${COMMON_OBJ} service_search_query.c btstack_linked_list.c
|
||||
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
|
||||
|
||||
test: all
|
||||
./sdp_rfcomm_query
|
||||
ASAN_OPTIONS=detect_leaks=0 ./sdp_rfcomm_query
|
||||
./general_sdp_query
|
||||
./service_attribute_search_query
|
||||
./service_search_query
|
||||
|
@ -43,6 +43,6 @@ test: all
|
||||
@echo Run all test
|
||||
@set -e; \
|
||||
for test in $(TESTS); do \
|
||||
./$$test; \
|
||||
ASAN_OPTIONS=detect_leaks=0 ./$$test; \
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user