forked from 5VXYEMUDEV/GSL-2.6-Build-Win32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-all.bat
165 lines (163 loc) · 2.58 KB
/
test-all.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
@echo off
echo Running all GSL test programs now...
echo.
echo Starting test-block...
test-block
echo.
echo Starting test-bspline...
test-bspline
echo.
echo Starting test-bst...
test-bst
echo.
echo Starting test-cblas...
test-cblas
echo.
echo Starting test-cdf...
test-cdf
echo.
echo Starting test-cheb...
test-cheb
echo.
echo Starting test-combination...
test-combination
echo.
echo Starting test-complex...
test-complex
echo.
echo Starting test-deriv...
test-deriv
echo.
echo Starting test-dht...
test-dht
echo.
echo Starting test-diff...
test-diff
echo.
echo Starting test-eigen...
test-eigen
echo.
echo Starting test-err...
test-err
echo.
echo Starting test-fft...
test-fft
echo.
echo Starting test-filter...
test-filter
echo.
echo Starting test-fit...
test-fit
echo.
echo Starting test-histogram...
test-histogram
echo.
echo Starting test-ieee-utils...
test-ieee-utils
echo.
echo Starting test-integration...
test-integration
echo.
echo Starting test-interpolation...
test-interpolation
echo.
echo Starting test-linalg...
test-linalg
echo.
echo Starting test-matrix...
test-matrix
echo.
echo Starting test-min...
test-min
echo.
echo Starting test-monte...
test-monte
echo.
echo Starting test-movstat...
test-movstat
echo.
echo Starting test-multifit...
test-multifit
echo.
echo Starting test-multifit_nlinear...
test-multifit_nlinear
echo.
echo Starting test-multilarge...
test-multilarge
echo.
echo Starting test-multilarge_nlinear...
test-multilarge_nlinear
echo.
echo Starting test-multimin...
test-multimin
echo.
echo Starting test-multiroots...
test-multiroots
echo.
echo Starting test-multiset...
test-multiset
echo.
echo Starting test-ntuple...
test-ntuple
echo.
echo Starting test-ode-initval...
test-ode-initval
echo.
echo Starting test-ode-initval2...
test-ode-initval2
echo.
echo Starting test-permutation...
test-permutation
echo.
echo Starting test-poly...
test-poly
echo.
echo Starting test-qrng...
test-qrng
echo.
echo Starting test-randist...
test-randist
echo.
echo Starting test-rng...
test-rng
echo.
echo Starting test-roots...
test-roots
echo.
echo Starting test-rstat...
test-rstat
echo.
echo Starting test-siman...
test-siman
echo.
echo Starting test-sort...
test-sort
echo.
echo Starting test-spblas...
test-spblas
echo.
echo Starting test-specfunc...
test-specfunc
echo.
echo Starting test-splinalg...
test-splinalg
echo.
echo Starting test-spmatrix...
test-spmatrix
echo.
echo Starting test-statistics...
test-statistics
echo.
echo Starting test-sum...
test-sum
echo.
echo Starting test-sys...
test-sys
echo.
echo Starting test-vector...
test-vector
echo.
echo Starting test-wavelet...
test-wavelet
echo.
pause