add debug targets like debug_qr to build a specific test with debug info

remove the btest target, instead just do "make" since anyway we have to let "make" build the tests
This commit is contained in:
Benoit Jacob
2009-10-03 16:50:50 -04:00
parent 3e4cb08054
commit a1d9b76dd5
3 changed files with 26 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
project(EigenTesting)
add_custom_target(btest)
include(EigenTesting)
ei_init_testing()