Makefile (d491c1ea62b8dbc2ff1bde9d2feb066690c46739) Makefile (9ccd94f81e7bcc2358d47bf69f62aa09a88fbd1d)
1
2# Makefile to build and run all tests
3
4SUBDIRS = \
5 att_db \
6 avdtp \
7 avrcp \
8 base64 \

--- 5 unchanged lines hidden (view full) ---

14 gatt_client \
15 hfp \
16 hid_parser \
17 linked_list \
18 maths \
19 mesh \
20 obex \
21 ring_buffer \
1
2# Makefile to build and run all tests
3
4SUBDIRS = \
5 att_db \
6 avdtp \
7 avrcp \
8 base64 \

--- 5 unchanged lines hidden (view full) ---

14 gatt_client \
15 hfp \
16 hid_parser \
17 linked_list \
18 maths \
19 mesh \
20 obex \
21 ring_buffer \
22 sdp \
22 sdp_client \
23 security_manager \
24 tlv_posix \
25
26
27# test fails
28# map_test \
23 sdp_client \
24 security_manager \
25 tlv_posix \
26
27
28# test fails
29# map_test \
29# sdp \
30
31# not unit-tests
32# map_client \
33# sbc \
34
35subdirs:
36 echo Building all tests
37 @set -e; \

--- 23 unchanged lines hidden ---
30
31# not unit-tests
32# map_client \
33# sbc \
34
35subdirs:
36 echo Building all tests
37 @set -e; \

--- 23 unchanged lines hidden ---