https://github.com/rdkcentral/rdkb-halif-test-bridge-util
RDKB Bridge Util Hardware Abstraction Layer test suite
https://github.com/rdkcentral/rdkb-halif-test-bridge-util
Last synced: 6 months ago
JSON representation
RDKB Bridge Util Hardware Abstraction Layer test suite
- Host: GitHub
- URL: https://github.com/rdkcentral/rdkb-halif-test-bridge-util
- Owner: rdkcentral
- License: apache-2.0
- Created: 2023-06-30T11:20:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T10:34:54.000Z (10 months ago)
- Last Synced: 2025-10-01T11:30:50.300Z (10 months ago)
- Language: C
- Size: 25.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Notice: NOTICE
Awesome Lists containing this project
README
# Unit Testing Suite For Bridge-util HAL
The following documents should be referenced to provide specific information on the tests required for this module.
[Documentation can be found under "docs/pages" in this repository](docs/pages)
## Table of Contents
- [Acronyms, Terms and Abbreviations](#acronyms-terms-and-abbreviations)
- [Description](#description)
- [Reference Documents](#reference-documents)
## Acronyms, Terms and Abbreviations
- `L1` - Unit Tests
- `HAL`- Hardware Abstraction Layer
## Description
This repository contains the Unit Test Suites (L1) for bridge-util `HAL`.
### Build the linux environment from hal repo :
- For linux compiling bridge_util_hal :
```bash
./build_ut.sh
```
### Build the target `crosscompile` environment from hal repo :
Set the crosscompile environment
- For cross compiling bridge_util_hal :
```bash
./build_ut.sh TARGET=`crosscompile`
```
let `crosscompile' is the target environment like arm
## Reference Documents
| SNo | Document Name | Document Description | Document Link |
| --- | ---------------------------- | -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | `HAL` Specification Document | This document provides specific information on the APIs for which tests are written in this module | [BridgeUtilHalSpec.md](https://github.com/rdkcentral/rdkb-halif-bridge-util/blob/main/docs/pages/BridgeUtilHalSpec.md "BridgeUtilHalSpec.md") |
| 3 | `L1` Tests | `L1` Test Case File for this module | [test_l1_bridge_util_hal.c](src/test_l1_bridge_util_hal "test_l1_bridge_util_hal.c") |