* add ./debug and ./release scripts

* update the messages
* rename EIGEN_CMAKE_RUN_FROM_CTEST to something saner
This commit is contained in:
Benoit Jacob
2009-11-12 12:07:18 -05:00
parent fc492b6264
commit 358452bbe6
9 changed files with 26 additions and 18 deletions

4
scripts/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
configure_file(maketests.in ${CMAKE_BINARY_DIR}/maketests)
configure_file(mctestr.in ${CMAKE_BINARY_DIR}/mctestr)
configure_file(debug.in ${CMAKE_BINARY_DIR}/debug)
configure_file(release.in ${CMAKE_BINARY_DIR}/release)