diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-09-02 09:00:58 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-09-02 09:00:58 +0000 |
| commit | 5213675ba8d06c586aa5f65418ff850e238610d8 (patch) | |
| tree | 5868d70ad2338f26eb0dedf8a006be54ba2d9655 /tests | |
| parent | 9a89e2f162804ab5d39dac0d1e0469816a2cfb45 (diff) | |
correct nightly crash on all platform linked to merge operation and missing opj_getopt command
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/compareRAWimages.c | 2 | ||||
| -rw-r--r-- | tests/nonregression/CMakeLists.txt | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/tests/compareRAWimages.c b/tests/compareRAWimages.c index 24738873..fb037c24 100644 --- a/tests/compareRAWimages.c +++ b/tests/compareRAWimages.c @@ -74,7 +74,7 @@ int parse_cmdline_cmp(int argc, char **argv, test_cmp_parameters* param) param->test_filename = NULL; opj_opterr = 0; - while ((c = getopt(argc, argv, optlist)) != -1) + while ((c = opj_getopt(argc, argv, optlist)) != -1) switch (c) { case 'b': diff --git a/tests/nonregression/CMakeLists.txt b/tests/nonregression/CMakeLists.txt index 954f646d..a54450cc 100644 --- a/tests/nonregression/CMakeLists.txt +++ b/tests/nonregression/CMakeLists.txt @@ -51,8 +51,6 @@ FOREACH(filepath ${OPJ_DATA_NR_LIST}) # PROPERTIES DEPENDS # NR-${filename}-decode) -<<<<<<< .working -ENDFOREACH(filepath)======= ENDFOREACH(filepath) @@ -209,8 +207,3 @@ FOREACH(OPJ_TEST_ENC_CMD_LINE ${OPJ_TEST_ENC_CMD_LINE_LIST}) ENDIF(NOT IGNORE_LINE_FOUND) ENDFOREACH(OPJ_TEST_ENC_CMD_LINE) - - - - ->>>>>>> .merge-right.r907 |
