From f8bfdce2854fdb183c91f11945e49fa88aa841dd Mon Sep 17 00:00:00 2001 From: Mirco Miranda Date: Sun, 25 Sep 2022 08:45:35 +0200 Subject: [PATCH] CMakeLists: enable EXR test --- autotests/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt index 936b9a4..ed44661 100644 --- a/autotests/CMakeLists.txt +++ b/autotests/CMakeLists.txt @@ -136,7 +136,9 @@ kimageformats_write_tests( # kimageformats_write_tests(eps) #endif() if (OpenEXR_FOUND) - # FIXME: OpenEXR tests + kimageformats_read_tests( + exr + ) endif() if (LibRaw_FOUND)