You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
262 B

## Transcoder Testing ##
---
#### Transcoder unit tests :
To run all transcoder unit tests, run the supplied script from this folder:
```
./build_and_run_all_unit_tests.sh
```
To run individual unit test modules, use atest:
```
atest MediaSampleReaderNDK
```