• Home
Name Date Size #Lines LOC

..--

README.mdD03-May-2024406 1511

aidl_struct_util_unit_tests.cppD03-May-202448.3 KiB890784

main.cppD03-May-2024973 299

mock_interface_tool.cppD03-May-2024887 299

mock_interface_tool.hD03-May-20241.4 KiB4319

mock_wifi_feature_flags.cppD03-May-2024957 3413

mock_wifi_feature_flags.hD03-May-20241.2 KiB4521

mock_wifi_iface_util.cppD03-May-20241.2 KiB3918

mock_wifi_iface_util.hD03-May-20241.8 KiB5128

mock_wifi_legacy_hal.cppD03-May-20241.2 KiB3818

mock_wifi_legacy_hal.hD03-May-20242.9 KiB7047

mock_wifi_mode_controller.cppD03-May-20241.1 KiB3716

mock_wifi_mode_controller.hD03-May-20241.3 KiB4523

ringbuffer_unit_tests.cppD03-May-20243 KiB9768

runtests.shD03-May-2024989 2810

wifi_chip_unit_tests.cppD03-May-202432.6 KiB856668

wifi_iface_util_unit_tests.cppD03-May-20243.6 KiB9561

wifi_nan_iface_unit_tests.cppD03-May-20249.1 KiB185140

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