xref: /aosp_15_r20/hardware/interfaces/wifi/aidl/default/tests/README.md (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
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