diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2009-09-27 17:48:53 -0400 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2009-09-27 17:48:53 -0400 |
commit | 92480ffd265475a25070b8ea9dfbc8536d038378 (patch) | |
tree | 2beb82f3c944172e3c713b4ccdeb70cbea84f23d /test | |
parent | 6b23cb210144683351f94d43c99106b71ce8393d (diff) |
* Introduce make targets btest (build tests), blas (build blas lib), demos (build demos).
* remove EIGEN_BUILD_TESTS and siblings
* add summary at the end of cmake run, hopefully not too verbose
* fix build of quaternion demo
* kill remnants of old binary library option
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f3c15612f..19b832873 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,5 @@ - +add_custom_target(btest) include(EigenTesting) -enable_testing() ei_init_testing() find_package(GSL) |