Add multithreaded support in the DWT encoder.
[openjpeg.git] / tools / ctest_scripts / travis-ci.cmake
index 75ed6f6bf0b3faaf418bb5a843c97561d4228e33..0d54773c91afcdf256088c3aac05e7a3c2f5651d 100644 (file)
@@ -121,6 +121,9 @@ BUILD_TESTING:BOOL=${BUILD_TESTING}
 # Build Thirdparty, useful but not required for test suite
 BUILD_THIRDPARTY:BOOL=TRUE
 
+# Build unit tests that test subcomponents of libopenjp2 (e.g. DWT)
+BUILD_UNIT_TESTS:BOOL=TRUE
+
 # JPEG2000 test files are available with git clone https://github.com/uclouvain/openjpeg-data.git
 OPJ_DATA_ROOT:PATH=$ENV{PWD}/data