From d2235091383944b429918f43fd32e2bf3829189c Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sat, 10 Jul 2021 00:21:14 +0200 Subject: [PATCH] tset/pts: fix Makefile build --- test/pts/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/pts/Makefile b/test/pts/Makefile index a298f94b6..10408b413 100644 --- a/test/pts/Makefile +++ b/test/pts/Makefile @@ -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"