Files
rocm-systems/test/rocjpeg_negative_api_tests/README.md
T
Aryan Salmanpour 232a9c6906 CTest: Add a test to perform negative testing on all rocJPEG APIs (#143)
* CTest: Add a test to perform negative testing on all rocJPEG APIs

* clean up
2025-04-18 10:02:12 -07:00

22 γραμμές
550 B
Markdown

# rocJPEG API Negative tests
This test suite is designed to perform negative testing on all rocJPEG APIs. The purpose of these tests is to validate the robustness and error-handling mechanisms of the rocJPEG APIs
by providing invalid inputs, unexpected scenarios, or edge cases to ensure the APIs respond with appropriate error messages or behaviors.
## Prerequisites:
* Install [rocJPEG](../../README.md#build-and-install-instructions)
## Build
```shell
mkdir build && cd build
cmake ../
make -j
```
## Run
```shell
./rocjpegnegativetest
```