mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
test/mesh: add to test suite
This commit is contained in:
parent
29aca185e8
commit
d491c1ea62
@ -16,6 +16,7 @@ SUBDIRS = \
|
||||
hid_parser \
|
||||
linked_list \
|
||||
maths \
|
||||
mesh \
|
||||
obex \
|
||||
ring_buffer \
|
||||
sdp_client \
|
||||
@ -25,7 +26,6 @@ SUBDIRS = \
|
||||
|
||||
# test fails
|
||||
# map_test \
|
||||
# mesh \
|
||||
# sdp \
|
||||
|
||||
# not unit-tests
|
||||
|
@ -82,6 +82,9 @@ EXAMPLES = mesh_pts provisioner sniffer provisioning_device_test provisioning_pr
|
||||
|
||||
all: ${EXAMPLES}
|
||||
|
||||
test: mesh_message_test
|
||||
./mesh_message_test
|
||||
|
||||
clean:
|
||||
rm -f *.o *.out *.exe
|
||||
rm -rf *.dSYM
|
||||
|
Loading…
x
Reference in New Issue
Block a user