Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025406 1511

aidl_struct_util_unit_tests.cppH A D25-Apr-202550.4 KiB941829

main.cppH A D25-Apr-2025973 299

mock_interface_tool.cppH A D25-Apr-2025887 299

mock_interface_tool.hH A D25-Apr-20251.4 KiB4319

mock_wifi_feature_flags.cppH A D25-Apr-2025957 3413

mock_wifi_feature_flags.hH A D25-Apr-20251.2 KiB4521

mock_wifi_iface_util.cppH A D25-Apr-20251.2 KiB3918

mock_wifi_iface_util.hH A D25-Apr-20251.8 KiB5128

mock_wifi_legacy_hal.cppH A D25-Apr-20251.2 KiB3818

mock_wifi_legacy_hal.hH A D25-Apr-20252.9 KiB7047

mock_wifi_mode_controller.cppH A D25-Apr-20251.1 KiB3716

mock_wifi_mode_controller.hH A D25-Apr-20251.3 KiB4523

ringbuffer_unit_tests.cppH A D25-Apr-20253 KiB9768

runtests.shH A D25-Apr-2025989 2810

wifi_chip_unit_tests.cppH A D25-Apr-202532.6 KiB856668

wifi_iface_util_unit_tests.cppH A D25-Apr-20253.6 KiB9561

wifi_nan_iface_unit_tests.cppH A D25-Apr-20259.2 KiB186141

README.md

1# Vendor HAL gTest Suite
2
3## Overview
4Rather than testing an active instance of the service like the VTS tests,
5this test suite will test individual files from the Vendor HAL.
6This is especially useful for testing conversion methods (see `aidl_struct_util_unit_tests.cpp`),
7but can also be used to test things like `wifi_chip`.
8
9## Usage
10Run the test script with a device connected:
11
12```
13./runtests.sh
14```
15