summaryrefslogtreecommitdiff
path: root/sci-libs/taucs/files/taucs-2.2-no-test-cilk.patch
blob: 332d1138dea0b5ba278e3343976f1fb55e34b0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/testscript
+++ b/testscript
@@ -12,17 +12,6 @@
 ulimit -s >> testscript.log
 echo '==============' >> testscript.log
 echo =============== >> testscript.log
-echo = test_cilk_snmf = >> testscript.log
-. ./configure in=progs/test_cilk_snmf.c $*
-echo last conf is $TAUCS_LASTCONF >> testscript.log
-make -f build/${TAUCS_LASTCONF}/makefile
-if bin/${TAUCS_LASTCONF}/test_cilk_snmf >> testscript.log ; then
-echo = TEST PASSED test_cilk_snmf >> testscript.log
-else
-echo = TEST FAILED test_cilk_snmf >> testscript.log
-fi
-echo =============== >> testscript.log
-echo =============== >> testscript.log
 echo = test_complex = >> testscript.log
 . ./configure in=progs/test_complex.c $*
 echo last conf is $TAUCS_LASTCONF >> testscript.log