diff options
author | julie <julielangou@users.noreply.github.com> | 2010-02-23 22:58:21 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2010-02-23 22:58:21 +0000 |
commit | f8a57a933eecf5905a918d43b3e7f21a26825265 (patch) | |
tree | ac45a1998a5202986b7886b24be0aba32f32cce6 | |
parent | de74a30bbaf4f4cf16e1fa1b48eb576ce79f3029 (diff) | |
download | lapack-f8a57a933eecf5905a918d43b3e7f21a26825265.tar.gz lapack-f8a57a933eecf5905a918d43b3e7f21a26825265.tar.bz2 lapack-f8a57a933eecf5905a918d43b3e7f21a26825265.zip |
Add testversion and testieee as executables
-rw-r--r-- | INSTALL/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL/CMakeLists.txt b/INSTALL/CMakeLists.txt index a1a457dd..b9817671 100644 --- a/INSTALL/CMakeLists.txt +++ b/INSTALL/CMakeLists.txt @@ -5,3 +5,6 @@ add_executable(secondtst_EXT_ETIME second_EXT_ETIME.f secondtst.f) add_executable(secondtst_EXT_ETIME_ second_EXT_ETIME_.f secondtst.f) add_executable(secondtst_INT_ETIME second_INT_ETIME.f secondtst.f) add_executable(secondtst_INT_CPU_TIME second_INT_CPU_TIME.f secondtst.f) +add_executable(testieee tstiee.f) +add_executable(testversion ilaver.f LAPACK_version.f) + |