Remove explicit paths from cmake add_test() calls.
authorTeemu Murtola <teemu.murtola@cbr.su.se>
Wed, 26 Oct 2011 05:28:00 +0000 (08:28 +0300)
committerTeemu Murtola <teemu.murtola@cbr.su.se>
Wed, 26 Oct 2011 05:28:00 +0000 (08:28 +0300)
commit352395b3fe6928548d5405466abaa0aebdacc815
treecd62ae2b26f11e27b765bd52bf20b1f712b09a68
parenteb480e7584219237364d4679e0741a9d0df2f31d
Remove explicit paths from cmake add_test() calls.

With this alternative syntax, CMake recognizes the logical names of
binaries built during the build process and runs them appropriately,
irrespective of their location.
Also removed an unnecessary enable_testing() from tests/CMakeLists.txt.

Change-Id: Ie7d7c6f96d92dfab4450d06178bb507c2cdc6a7c
src/testutils/TestMacros.cmake
tests/CMakeLists.txt