mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
test/pts: build pts tools as part of unit tests
This commit is contained in:
parent
38336af48c
commit
434cfc47cc
@ -24,6 +24,7 @@ SUBDIRS = \
|
||||
map_test \
|
||||
mesh \
|
||||
obex \
|
||||
pts \
|
||||
ring_buffer \
|
||||
sdp \
|
||||
sdp_client \
|
||||
|
@ -244,3 +244,6 @@ myclean:
|
||||
rm -rf hrp_server_test.h
|
||||
|
||||
clean: myclean
|
||||
|
||||
test:
|
||||
echo "No unit tests in PTS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user