Home
last modified time | relevance | path

Searched refs:testall (Results 1 – 25 of 2983) sorted by relevance

12345678910>>...120

/dports/math/cmlib/cmlib-3.0_8/utils/
H A DTestall22 rm -f testall.$arch.out
23 echo `date` |tee testall.$arch.out
35 echo " "|tee -a testall.$arch.out
36 echo " Processing test $pgm on `hostname` ... "|tee -a testall.$arch.out
37 echo " "|tee -a testall.$arch.out
38 echo $testinpt | ./$pgm | tee -a testall.$arch.out
43 set passed = "`grep -c -i pass testall.$arch.out`"
45 echo " "|tee -a testall.$arch.out
46 echo " "|tee -a testall.$arch.out
48 echo " $passed tests passed, should be 48"|tee -a testall.$arch.out
[all …]
H A DTestall.itl22 rm -f testall.itl.$arch.out
23 echo `date` |tee testall.itl.$arch.out
36 echo " "|tee -a testall.itl.$arch.out
37 echo " Processing test $pgm on `hostname` ... "|tee -a testall.itl.$arch.out
38 echo " "|tee -a testall.itl.$arch.out
39 echo $testinpt | ./$pgm | tee -a testall.itl.$arch.out
44 set passed = "`grep -c -i pass testall.itl.$arch.out`"
46 echo " "|tee -a testall.itl.$arch.out
47 echo " "|tee -a testall.itl.$arch.out
49 echo " $passed tests passed, should be 48"|tee -a testall.itl.$arch.out
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Uil/
H A DMakefile.am17 bin_SCRIPTS = testall script
18 testall: ../testall.in target
19 (cd .. && $(MAKE) testall)
20 cp ../testall ./testall
21 chmod 755 testall
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm-2.1/
H A DMakefile.am18 bin_SCRIPTS = testall script
19 testall: ../testall.in target
20 (cd .. && $(MAKE) testall)
21 cp ../testall ./testall
22 chmod 755 testall
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Mrm/
H A DMakefile.am17 bin_SCRIPTS = testall script
18 testall: ../testall.in target
19 (cd .. && $(MAKE) testall)
20 cp ../testall ./testall
21 chmod 755 testall
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/extra/
H A DMakefile.am32 bin_SCRIPTS = testall script
33 testall: ../testall.in target
34 (cd .. && $(MAKE) testall)
35 cp ../testall ./testall
36 chmod 755 testall
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm-2.0/
H A DMakefile.am30 bin_SCRIPTS = testall script
31 testall: ../testall.in target
32 (cd .. && $(MAKE) testall)
33 cp ../testall ./testall
34 chmod 755 testall
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/
H A DMakefile.am41 bin_SCRIPTS = testall script
42 testall: ../testall.in target
43 (cd .. && $(MAKE) testall)
44 cp ../testall ./testall
45 chmod 755 testall
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_decide.c129 *testall = 0; in prefix_cmp()
189 *testall = 2; in prefix_cmp()
198 *testall = 1; in prefix_cmp()
299 int testall, selected = 0; in prefix_insert() local
310 if (testall == 0) in prefix_insert()
312 else if (testall == 2) { in prefix_insert()
340 if (testall == 2) in prefix_insert()
375 int testall; in prefix_remove() local
381 if (testall > 0) { in prefix_remove()
388 if (testall == 0) in prefix_remove()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/test/
H A Dtestall.dsp7 CFG=testall - Win32 Debug
11 !MESSAGE NMAKE /f "testall.mak".
16 !MESSAGE NMAKE /f "testall.mak" CFG="testall - Win32 Debug"
37 # PROP BASE Target_File "testall.exe"
38 # PROP BASE Bsc_Name "testall.bsc"
46 # PROP Target_File "testall.exe"
58 # PROP BASE Target_File "testall.exe"
59 # PROP BASE Bsc_Name "testall.bsc"
67 # PROP Target_File "testall.exe"
75 # Name "testall - Win32 Release"
[all …]
/dports/devel/bglibs/bglibs-2.04/fmt/
H A Dsnum.c74 void testall(long num) in testall() function
84 testall(0);
85 testall(1);
86 testall(-1);
87 testall(10);
88 testall(-10);
H A Dunum.c73 static void testall(unsigned (*fn)(char*, unsigned long, unsigned, char), in testall() function
84 testall(fmt_udecw, 0);
85 testall(fmt_udecw, 1);
86 testall(fmt_udecw, 10);
87 testall(fmt_uhexw, 30);
88 testall(fmt_uHexw, 30);
/dports/math/reduce/Reduce-svn5758-src/generic/emacs/REDUCE/
H A Dtest-all-packages.sh13 hostname > log/testall.log
14 date >> log/testall.log
18 for x in $packages; do echo $x >> log/testall.log; ./test-one-package.sh $x; done
20 date >> log/testall.log
/dports/math/xblas/xblas-1.0.248/
H A DMakefile48 rm -f testall.result testall.summary
49 cat $(TEST_DIR)/test-dot/dot.results >> testall.result
50 cat $(TEST_DIR)/test-sum/sum.results >> testall.result
53 cat $(TEST_DIR)/test-gemv/gemv.results >> testall.result
55 cat $(TEST_DIR)/test-gbmv/gbmv.results >> testall.result
56 cat $(TEST_DIR)/test-symv/symv.results >> testall.result
57 cat $(TEST_DIR)/test-spmv/spmv.results >> testall.result
58 cat $(TEST_DIR)/test-sbmv/sbmv.results >> testall.result
73 grep 'FAIL/TOTAL' testall.result >testall.summary
74 cat testall.summary
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/forbind/test/
H A DImakefile67 testall: testall.in1 $(CONFIGDIR)/$(MACROFILE)
68 rm -f testall
69 $(ETCDIR)/MsubCmd +R"@<" -R">@" testall.in1 >testall
72 check: $(PROGS) testall
73 csh -f ./testall
78 ExtraStuffToClean(testall)
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/tests/Windows/
H A Dtestall.dsp1 # Microsoft Developer Studio Project File - Name="testall" - Package Owner=<4>
7 CFG=testall - Win32 Debug
11 !MESSAGE NMAKE /f "testall.mak".
16 !MESSAGE NMAKE /f "testall.mak" CFG="testall - Win32 Debug"
20 !MESSAGE "testall - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "testall - Win32 Debug" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "testall - Win32 Release"
55 !ELSEIF "$(CFG)" == "testall - Win32 Debug"
83 # Name "testall - Win32 Release"
84 # Name "testall - Win32 Debug"
[all …]
/dports/audio/rtaudio/rtaudio-5.1.0/tests/Windows/
H A Dtestall.dsp1 # Microsoft Developer Studio Project File - Name="testall" - Package Owner=<4>
7 CFG=testall - Win32 Debug
11 !MESSAGE NMAKE /f "testall.mak".
16 !MESSAGE NMAKE /f "testall.mak" CFG="testall - Win32 Debug"
20 !MESSAGE "testall - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "testall - Win32 Debug" (based on "Win32 (x86) Console Application")
31 !IF "$(CFG)" == "testall - Win32 Release"
55 !ELSEIF "$(CFG)" == "testall - Win32 Debug"
83 # Name "testall - Win32 Release"
84 # Name "testall - Win32 Debug"
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/
H A Dtestall.in75 Xvfb :2 -dpi 75 2>/tmp/testall.log &
77 Xvfb :2 -dpi 75 -fp "tcp/localhost:7000" 2>/tmp/testall.log &
89 if test -s /tmp/testall.log
91 cat /tmp/testall.log
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtestall3.m1 %TESTALL3 run testall with different # of threads
11 testall
13 testall
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtestall3.m1 %TESTALL3 run testall with different # of threads
11 testall
13 testall
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtestall3.m1 %TESTALL3 run testall with different # of threads
11 testall
13 testall
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtestall3.m1 %TESTALL3 run testall with different # of threads
11 testall
13 testall
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtestall3.m1 %TESTALL3 run testall with different # of threads
11 testall
13 testall
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtestall3.m1 %TESTALL3 run testall with different # of threads
11 testall
13 testall
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Test/
H A Dtestall3.m1 %TESTALL3 run testall with different # of threads
11 testall
13 testall

12345678910>>...120