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
此提交包含在:
Aryan Salmanpour
2025-04-18 13:02:12 -04:00
提交者 GitHub
父節點 37efebb5a7
當前提交 232a9c6906
共有 8 個檔案被更改,包括 584 行新增1 行删除
+2
查看文件
@@ -89,6 +89,8 @@ RocJpegStatus RocJpegDecoder::InitializeDecoder() {
}
} else if (backend_ == ROCJPEG_BACKEND_HYBRID) {
return ROCJPEG_STATUS_NOT_IMPLEMENTED;
} else {
return ROCJPEG_STATUS_INVALID_PARAMETER;
}
return rocjpeg_status;
}