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_audio_test.cc \ 7 basic_gnss_test.cc \ 8 basic_sensor_test_base.cc \ 9 basic_sensor_tests.cc \ 10 basic_wifi_test.cc \ 11 cell_info_base.cc \ 12 cell_info_cdma.cc \ 13 cell_info_gsm.cc \ 14 cell_info_lte.cc \ 15 cell_info_tdscdma.cc \ 16 cell_info_wcdma.cc \ 17 estimated_host_time_test.cc \ 18 event_between_apps_test.cc \ 19 get_time_test.cc \ 20 gnss_capabilities_test.cc \ 21 heap_alloc_stress_test.cc \ 22 heap_exhaustion_stability_test.cc \ 23 hello_world_test.cc \ 24 host_awake_suspend_test.cc \ 25 logging_sanity_test.cc \ 26 nanoapp_info.cc \ 27 nanoapp_info_by_app_id_test.cc \ 28 nanoapp_info_by_instance_id_test.cc \ 29 nanoapp_info_events_test_observer.cc \ 30 nanoapp_info_events_test_performer.cc \ 31 running_info.cc \ 32 send_event_test.cc \ 33 send_event_stress_test.cc \ 34 send_message_to_host_test.cc \ 35 sensor_info_test.cc \ 36 simple_heap_alloc_test.cc \ 37 test.cc \ 38 timer_cancel_test.cc \ 39 timer_set_test.cc \ 40 timer_stress_test.cc \ 41 version_sanity_test.cc \ 42 wifi_capabilities_test.cc \ 43 wwan_capabilities_test.cc \ 44 wwan_cell_info_test.cc 45