]> www.ginac.de Git - ginac.git/commit
Trick CTest so the test suite runs when cross-compiling.
authorAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Fri, 27 Jul 2012 18:56:40 +0000 (21:56 +0300)
committerAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Fri, 27 Jul 2012 19:22:46 +0000 (22:22 +0300)
commitdab7b85132ee3a0def2e450e9a236f53354bf258
tree3981c44cc1ae58ced15b688d9b5709019fd309ca
parentaf3801eb5e40bb3717bf207470252172a0af2559
Trick CTest so the test suite runs when cross-compiling.

The test suite can be run in some cross-compilation setups (say, MinGW
on Linux). Howerver CTest's add_test command does not add the .exe
suffix on its own, as a result `make test' fails. Let's help add_test a bit.
check/CMakeLists.txt