# | Line 2 | Line 2 | include(setup_paths.cmake) | |
---|---|---|
2 | ||
3 | execute_process( | |
4 | WORKING_DIRECTORY ${office_dir} | |
5 | < | COMMAND ${perl} ${px_dir}/falsecolor.pl -e -i test/raytest_rpict.hdr |
5 | > | COMMAND ${perl} ${px_dir}/falsecolor.pl -e -i test/raytest_rpict.hdr |
6 | OUTPUT_FILE test/raytest_falsecolor.hdr | |
7 | RESULT_VARIABLE res | |
8 | ) | |
# | Line 11 | Line 11 | if(NOT ${res} EQUAL 0) | |
11 | endif() | |
12 | ||
13 | file(READ ${office_dir}/test/raytest_falsecolor.hdr test_output) | |
14 | < | if(test_output MATCHES "minv") |
14 | > | if(test_output MATCHES "pcomb") |
15 | message(STATUS "passed") | |
16 | else() | |
17 | message(STATUS "failed") |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |