15 lines
262 B
Markdown
15 lines
262 B
Markdown
|
## 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
|
||
|
```
|