This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathsource_test.txt
92 lines (91 loc) · 3.28 KB
/
source_test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# This file should contain the paths to all source files that are
# required for testing (which includes the examples since we test them)
# the ubxlib library on Arduino.
# Paths are relative to the ubxlib root directory, forward-slashes must be used.
example/sockets/main.c
example/sockets/main_tls.c
example/sockets/main_dtls.c
example/sockets/credentials_tls.c
example/security/psk_main.c
example/mqtt_client/mqtt_main.c
example/http_client/http_main.c
example/location/main_loc_gnss.c
example/location/main_loc_gnss_cell.c
example/location/main_loc_cell_locate.c
example/location/main_loc_gnss_cloud_locate.c
example/cell/lte_cfg/lte_cfg_main.c
example/cell/power_saving/cell_power_saving_3gpp_main.c
example/cell/power_saving/cell_power_saving_e_drx_main.c
example/gnss/assist_now_main.c
example/gnss/cfg_val_main.c
example/gnss/msg_main.c
ble/test/u_ble_test.c
ble/test/u_ble_cfg_test.c
ble/test/u_ble_sps_test.c
ble/test/u_ble_test_private.c
cell/test/u_cell_test.c
cell/test/u_cell_pwr_test.c
cell/test/u_cell_cfg_test.c
cell/test/u_cell_info_test.c
cell/test/u_cell_net_test.c
cell/test/u_cell_sock_test.c
cell/test/u_cell_sec_tls_test.c
cell/test/u_cell_mqtt_test.c
cell/test/u_cell_http_test.c
cell/test/u_cell_file_test.c
cell/test/u_cell_loc_test.c
cell/test/u_cell_time_test.c
cell/test/u_cell_gpio_test.c
cell/test/u_cell_fota_test.c
cell/test/u_cell_mux_test.c
cell/test/u_cell_test_preamble.c
cell/test/u_cell_test_private.c
cell/test/u_cell_mux_private_test.c
gnss/test/u_gnss_test.c
gnss/test/u_gnss_pwr_test.c
gnss/test/u_gnss_cfg_test.c
gnss/test/u_gnss_info_test.c
gnss/test/u_gnss_pos_test.c
gnss/test/u_gnss_msg_test.c
gnss/test/u_gnss_mga_test.c
gnss/test/u_gnss_util_test.c
gnss/test/u_gnss_private_test.c
gnss/test/u_gnss_test_private.c
wifi/test/u_wifi_test.c
wifi/test/u_wifi_cfg_test.c
wifi/test/u_wifi_sock_test.c
wifi/test/u_wifi_mqtt_test.c
wifi/test/u_wifi_loc_test.c
wifi/test/u_wifi_test_private.c
common/device/test/u_device_test.c
common/network/test/u_network_test.c
common/network/test/u_network_test_shared_cfg.c
common/sock/test/u_sock_test.c
common/security/test/u_security_test.c
common/security/test/u_security_tls_test.c
common/security/test/u_security_credential_test.c
common/security/test/u_security_credential_test_data.c
common/location/test/u_location_test.c
common/location/test/u_location_test_shared_cfg.c
common/at_client/test/u_at_client_test.c
common/at_client/test/u_at_client_test_data.c
common/ubx_protocol/test/u_ubx_protocol_test.c
common/spartn/test/u_spartn_test.c
common/spartn/test/u_spartn_test_data.c
common/short_range/test/u_short_range_test.c
common/short_range/test/u_short_range_test_preamble.c
common/short_range/test/u_short_range_test_private.c
common/mqtt_client/test/u_mqtt_client_test.c
common/utils/test/u_utils_test_mempool.c
common/utils/test/u_utils_test_ringbuffer.c
common/http_client/test/u_http_client_test.c
port/test/u_port_test.c
port/platform/common/test/u_preamble_test.c
# Note: it is deliberate that u_runner.c is here but
# port/platform/common/runner is in "include.txt"
# and NOT just in "include_test.txt": the header file
# gets included in "u_cfg_app_platform_specific.h" and
# so ubxlib needs it but the _implementation_ is only
# called by the test code and hence "u_runner.c" only
# need to be brought in here
port/platform/common/runner/u_runner.c