1# Since we add source files to this app somewhat regularly, we prefer 2# a central definition shared across all target platforms. 3 4GENERAL_TEST_SRC_FILES = \ 5 app.cc \ 6 basic_sensor_test_base.cc \ 7 basic_sensor_tests.cc \ 8 cell_info_base.cc \ 9 cell_info_cdma.cc \ 10 cell_info_gsm.cc \ 11 cell_info_lte.cc \ 12 cell_info_tdscdma.cc \ 13 cell_info_wcdma.cc \ 14 estimated_host_time_test.cc \ 15 event_between_apps_test.cc \ 16 get_time_test.cc \ 17 gnss_capabilities_test.cc \ 18 heap_alloc_stress_test.cc \ 19 heap_exhaustion_stability_test.cc \ 20 hello_world_test.cc \ 21 logging_sanity_test.cc \ 22 nanoapp_info.cc \ 23 nanoapp_info_by_app_id_test.cc \ 24 nanoapp_info_by_instance_id_test.cc \ 25 nanoapp_info_events_test_observer.cc \ 26 nanoapp_info_events_test_performer.cc \ 27 running_info.cc \ 28 send_event_test.cc \ 29 send_event_stress_test.cc \ 30 send_message_to_host_test.cc \ 31 sensor_info_test.cc \ 32 simple_heap_alloc_test.cc \ 33 test.cc \ 34 timer_cancel_test.cc \ 35 timer_set_test.cc \ 36 timer_stress_test.cc \ 37 version_sanity_test.cc \ 38 wifi_capabilities_test.cc \ 39 wwan_capabilities_test.cc \ 40 wwan_cell_info_test.cc 41