Divide Vc tests
Matthias Kretz
[please enable javascript to see the address]
Thu Aug 22 18:09:34 CEST 2013
Hi,
did you notice the run_* targets? (You get a list of all targets with "make
help".)
You can also run the tests via ctest instead of "make test". With the ctest
binary you have a lot more options. E.g. -j for parallel execution, -V for
verbose output, -L/-R/-E to select/remove specific tests from the run.
Or you can just execute the test binaries in the tests/ dir directly.
Is this what you were looking for?
Regards,
Matthias
On Thursday 22 August 2013 15:57:39 Kulakov, Igor wrote:
> Hi,
>
> just suggestions.
>
> 1. you have ~100 tests. It takes time and it is hard to find and check
> specific tests in the output. May be it would be usefully to divide them on
> several targets? Then one can check see only test for example by running
> "make testsee".
>
> 2. And at least for me personally would be very convenient to have a
> possibility to see what and how much is wrong with specific test when I run
> "make test".
>
> Regards,
> Igor
--
Dipl.-Phys. Matthias Kretz
Web: http://compeng.uni-frankfurt.de/?mkretz
SIMD easy and portable: http://compeng.uni-frankfurt.de/?vc
More information about the Vc-devel
mailing list