mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 00:39:51 +00:00
tset/pts: fix Makefile build
This commit is contained in:
parent
70efcd36d8
commit
d223509138
@ -11,6 +11,7 @@ CORE += \
|
||||
btstack_audio_portaudio.c \
|
||||
main.c \
|
||||
btstack_stdin_posix.c \
|
||||
btstack_signal.c \
|
||||
btstack_tlv.c \
|
||||
btstack_tlv_posix.c \
|
||||
rijndael.c \
|
||||
@ -277,5 +278,5 @@ clean: myclean
|
||||
|
||||
test:
|
||||
echo "No unit tests in PTS"
|
||||
coverage: all
|
||||
coverage:
|
||||
echo "No coverage tests in PTS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user