blob: 3b27752cc5b3a2708c226877566de42c833a3279 [file] [log] [blame]
source [file join [file dirname [file normalize [info script]]] tclbuildtest.tcl]
package require tclbuildtest
::tclbuildtest::sandbox {
foreach b {{} static} {
foreach p {single double} {
foreach s {{} complex} {
foreach x {{} openmp mpi} {
test [list c $x $p $s $b] {
run [build [require slepc-[xyz]] ex1.c] -n 100
}
test [list fortran $x $p $s $b] {
run [build [require slepc-[xyz]] ex1f.F] -n 100
}
}
}
}
}
}