208f918c88
* rocDecode - Version 1.0.0
* Find package - config updates
* CMakeLists - Updates and config fix
* CMakelists - updates
* Samples - link to rocdecode_LIBRARY rocdecode::rocdecode
---------
Co-authored-by: Kiriti <kiriti@santiago.amd.com>
[ROCm/rocdecode commit: 23c17cc150]
RocDecode API Negative tests
This test suite is designed to perform negative testing on all rocDecode APIs. The purpose of these tests is to validate the robustness and error-handling mechanisms of the rocDecode APIs by providing invalid inputs, unexpected scenarios, or edge cases to ensure the APIs respond with appropriate error messages or behaviors.
Prerequisites:
- Install rocDecode
Build
mkdir build && cd build
cmake ../
make -j
Run
./rocdecodenegativetest