diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-11-09 16:15:15 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-11-09 16:15:15 +0000 |
| commit | c4c01b61e693f9674068c084e9d97ec5a2800341 (patch) | |
| tree | c37d9f0c64ec209e153b4d2f2375769acb6e785f /tests | |
| parent | eb3cd22aa37d21cbc9e988cbca45234b9ed09601 (diff) | |
[trunk] WIP: fix get_decoded_tile function to avoid error with output image
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nonregression/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nonregression/CMakeLists.txt b/tests/nonregression/CMakeLists.txt index ec100e42..8d63f7e2 100644 --- a/tests/nonregression/CMakeLists.txt +++ b/tests/nonregression/CMakeLists.txt @@ -96,7 +96,7 @@ IF (TEST_SUITE_FILES) # Avoid to process the official test suite 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) # Configure the additional test suite file: |
