[CMake] How can I run tests using a wrapper script

2011-11-04 Thread EXT-York, Gantry
I'm new to cmake. I'm trying to define some unit tests in CMakeLists.txt.I need to run utest1, utest2, utest3 and so forth, but I need to run them through a wrapper script called run_utest. run_utest is used to intercept some output and report it to a website. We do not use cdash. I'm

Re: [CMake] How can I run tests using a wrapper script

2011-11-04 Thread Michael Hertling
On 11/04/2011 10:13 PM, EXT-York, Gantry wrote: I'm new to cmake. I'm trying to define some unit tests in CMakeLists.txt.I need to run utest1, utest2, utest3 and so forth, but I need to run them through a wrapper script called run_utest. run_utest is used to intercept some output and