[trunk] fix tests/nonregresion/CMakeList.txt
This commit is contained in:
parent
c4c01b61e6
commit
39e12244cc
3
CHANGES
3
CHANGES
|
@ -5,6 +5,9 @@ What's New for OpenJPEG
|
||||||
! : changed
|
! : changed
|
||||||
+ : added
|
+ : added
|
||||||
|
|
||||||
|
November 9, 2011
|
||||||
|
* [mickael] WIP: fix tests/nonregresion/CMakeList.txt
|
||||||
|
|
||||||
November 9, 2011
|
November 9, 2011
|
||||||
* [mickael] WIP: fix get_decoded_tile function to avoid error with output image
|
* [mickael] WIP: fix get_decoded_tile function to avoid error with output image
|
||||||
* [mickael] fix bug with mj2 applications (credit to winfried)
|
* [mickael] fix bug with mj2 applications (credit to winfried)
|
||||||
|
|
|
@ -96,7 +96,7 @@ IF (TEST_SUITE_FILES)
|
||||||
|
|
||||||
# Avoid to process the official test suite
|
# Avoid to process the official test suite
|
||||||
SET(FILE_ALREADY_READ 0)
|
SET(FILE_ALREADY_READ 0)
|
||||||
STRING(REGEX MATCH "^test_suite.ctest.in$" FILE_ALREADY_READ ${TEST_SUITE_FILE})
|
STRING(REGEX MATCH "test_suite.ctest.in$" FILE_ALREADY_READ ${TEST_SUITE_FILE})
|
||||||
|
|
||||||
IF(NOT FILE_ALREADY_READ)
|
IF(NOT FILE_ALREADY_READ)
|
||||||
# Configure the additional test suite file:
|
# Configure the additional test suite file:
|
||||||
|
|
Loading…
Reference in New Issue