test/pts: build pts tools as part of unit tests

This commit is contained in:
Matthias Ringwald 2020-11-18 11:49:50 +01:00
parent 38336af48c
commit 434cfc47cc
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ SUBDIRS = \
map_test \
mesh \
obex \
pts \
ring_buffer \
sdp \
sdp_client \

View File

@ -244,3 +244,6 @@ myclean:
rm -rf hrp_server_test.h
clean: myclean
test:
echo "No unit tests in PTS"