projects
/
platform
/
upstream
/
lapack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de74a30
)
Add testversion and testieee as executables
author
julie
<julielangou@users.noreply.github.com>
Tue, 23 Feb 2010 22:58:21 +0000
(22:58 +0000)
committer
julie
<julielangou@users.noreply.github.com>
Tue, 23 Feb 2010 22:58:21 +0000
(22:58 +0000)
INSTALL/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/INSTALL/CMakeLists.txt
b/INSTALL/CMakeLists.txt
index a1a457dd334c5592a46c41dea7197314b44f4e78..b98176713ffde95b5f983e34b969b96c40751813 100644
(file)
--- 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)
+