diff options
author | Maho Nakata <maho@FreeBSD.org> | 2002-11-19 13:52:23 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2002-11-19 13:52:23 +0000 |
commit | 789b5c59237228739346110f25319b3db4924211 (patch) | |
tree | 0a531e69d6b193bc60b2615efda8bac6f9c3ee73 /math/lapack++/files/patch-matrix:testing:matrix_test | |
parent | 51e5b99ec5738cd684ee208a2031dd81697cc3fa (diff) |
Notes
Diffstat (limited to 'math/lapack++/files/patch-matrix:testing:matrix_test')
-rw-r--r-- | math/lapack++/files/patch-matrix:testing:matrix_test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/lapack++/files/patch-matrix:testing:matrix_test b/math/lapack++/files/patch-matrix:testing:matrix_test new file mode 100644 index 000000000000..6043c5398b86 --- /dev/null +++ b/math/lapack++/files/patch-matrix:testing:matrix_test @@ -0,0 +1,11 @@ +--- matrix/testing/matrix_test.org Tue Feb 29 05:42:29 2000 ++++ matrix/testing/matrix_test Mon May 20 10:19:03 2002 +@@ -32,7 +32,7 @@ + foreach t ($testsuite) + set answer = $t:t.out + echo "$t $N[1] $N[1] >& $answer" +- $t $N[1] $N[1] >& $answer ++ ./$t $N[1] $N[1] >& $answer + + end + |