• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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