Re: [CMake] ctest: how to include pre- and post- processing commands

2016-07-01 Thread Mario Werner
Hi Ted, On 2016-06-30 14:37, TS wrote: > [snip] > Is it possible to have a ctest which involves preprocessing as well as > postprocessing. The code to test is myCode.exe, which writes an output file. > PASS or FAIL is the result of comparison of output against reference data. AFAIK, there is curr

[CMake] ctest: how to include pre- and post- processing commands

2016-06-30 Thread TS
Hi, Apologize if I sent this twice. Is it possible to have a ctest which involves preprocessing as well as postprocessing. The code to test is myCode.exe, which writes an output file. PASS or FAIL is the result of comparison of output against reference data. Currently I use two add_tests: