23
23
SECP256K1_TEST_ITERS :
24
24
BENCH : yes
25
25
SECP256K1_BENCH_ITERS : 2
26
- CTIMETEST : yes
26
+ CTIMETESTS : yes
27
27
# Compile and run the tests
28
28
EXAMPLES : yes
29
29
79
79
- env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
80
80
- env : {WIDEMUL: int128, ASM: x86_64}
81
81
- env : { RECOVERY: yes, SCHNORRSIG: yes}
82
- - env : {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST : no, BENCH: no}
82
+ - env : {BUILD: distcheck, WITH_VALGRIND: no, CTIMETESTS : no, BENCH: no}
83
83
- env : {CPPFLAGS: -DDETERMINISTIC}
84
- - env : {CFLAGS: -O0, CTIMETEST : no}
84
+ - env : {CFLAGS: -O0, CTIMETESTS : no}
85
85
- env : { ECMULTGENPRECISION: 2, ECMULTWINDOW: 2 }
86
86
- env : { ECMULTGENPRECISION: 8, ECMULTWINDOW: 4 }
87
87
matrix :
@@ -126,7 +126,7 @@ task:
126
126
env :
127
127
ASM : no
128
128
WITH_VALGRIND : no
129
- CTIMETEST : no
129
+ CTIMETESTS : no
130
130
matrix :
131
131
- env :
132
132
CC : gcc
@@ -151,7 +151,7 @@ task:
151
151
ECDH : yes
152
152
RECOVERY : yes
153
153
SCHNORRSIG : yes
154
- CTIMETEST : no
154
+ CTIMETESTS : no
155
155
<< : *MERGE_BASE
156
156
test_script :
157
157
# https://sourceware.org/bugzilla/show_bug.cgi?id=27008
@@ -170,7 +170,7 @@ task:
170
170
ECDH : yes
171
171
RECOVERY : yes
172
172
SCHNORRSIG : yes
173
- CTIMETEST : no
173
+ CTIMETESTS : no
174
174
matrix :
175
175
- env : {}
176
176
- env : {EXPERIMENTAL: yes, ASM: arm}
@@ -190,7 +190,7 @@ task:
190
190
ECDH : yes
191
191
RECOVERY : yes
192
192
SCHNORRSIG : yes
193
- CTIMETEST : no
193
+ CTIMETESTS : no
194
194
<< : *MERGE_BASE
195
195
test_script :
196
196
- ./ci/cirrus.sh
@@ -207,7 +207,7 @@ task:
207
207
ECDH : yes
208
208
RECOVERY : yes
209
209
SCHNORRSIG : yes
210
- CTIMETEST : no
210
+ CTIMETESTS : no
211
211
<< : *MERGE_BASE
212
212
test_script :
213
213
- ./ci/cirrus.sh
@@ -221,7 +221,7 @@ task:
221
221
ECDH : yes
222
222
RECOVERY : yes
223
223
SCHNORRSIG : yes
224
- CTIMETEST : no
224
+ CTIMETESTS : no
225
225
matrix :
226
226
- name : " x86_64 (mingw32-w64): Windows (Debian stable, Wine)"
227
227
env :
@@ -244,7 +244,7 @@ task:
244
244
RECOVERY : yes
245
245
EXPERIMENTAL : yes
246
246
SCHNORRSIG : yes
247
- CTIMETEST : no
247
+ CTIMETESTS : no
248
248
# Use a MinGW-w64 host to tell ./configure we're building for Windows.
249
249
# This will detect some MinGW-w64 tools but then make will need only
250
250
# the MSVC tools CC, AR and NM as specified below.
@@ -283,7 +283,7 @@ task:
283
283
ECDH : yes
284
284
RECOVERY : yes
285
285
SCHNORRSIG : yes
286
- CTIMETEST : no
286
+ CTIMETESTS : no
287
287
matrix :
288
288
- name : " Valgrind (memcheck)"
289
289
container :
@@ -328,7 +328,7 @@ task:
328
328
ECDH : yes
329
329
RECOVERY : yes
330
330
SCHNORRSIG : yes
331
- CTIMETEST : yes
331
+ CTIMETESTS : yes
332
332
CC : clang
333
333
SECP256K1_TEST_ITERS : 32
334
334
ASM : no
0 commit comments