summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-02-23 22:58:21 +0000
committerjulie <julielangou@users.noreply.github.com>2010-02-23 22:58:21 +0000
commitf8a57a933eecf5905a918d43b3e7f21a26825265 (patch)
treeac45a1998a5202986b7886b24be0aba32f32cce6 /INSTALL
parentde74a30bbaf4f4cf16e1fa1b48eb576ce79f3029 (diff)
downloadlapack-f8a57a933eecf5905a918d43b3e7f21a26825265.tar.gz
lapack-f8a57a933eecf5905a918d43b3e7f21a26825265.tar.bz2
lapack-f8a57a933eecf5905a918d43b3e7f21a26825265.zip
Add testversion and testieee as executables
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/CMakeLists.txt3
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)
+