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
81
81
- env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
82
82
- env : {WIDEMUL: int128, ASM: x86_64}
83
83
- env : { RECOVERY: yes, SCHNORRSIG: yes}
84
- - env : {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST : no, BENCH: no}
84
+ - env : {BUILD: distcheck, WITH_VALGRIND: no, CTIMETESTS : no, BENCH: no}
85
85
- env : {CPPFLAGS: -DDETERMINISTIC}
86
- - env : {CFLAGS: -O0, CTIMETEST : no}
86
+ - env : {CFLAGS: -O0, CTIMETESTS : no}
87
87
- env : { ECMULTGENPRECISION: 2, ECMULTWINDOW: 2 }
88
88
- env : { ECMULTGENPRECISION: 8, ECMULTWINDOW: 4 }
89
89
matrix :
@@ -128,7 +128,7 @@ task:
128
128
env :
129
129
ASM : no
130
130
WITH_VALGRIND : no
131
- CTIMETEST : no
131
+ CTIMETESTS : no
132
132
matrix :
133
133
- env :
134
134
CC : gcc
@@ -153,7 +153,7 @@ task:
153
153
ECDH : yes
154
154
RECOVERY : yes
155
155
SCHNORRSIG : yes
156
- CTIMETEST : no
156
+ CTIMETESTS : no
157
157
<< : *MERGE_BASE
158
158
test_script :
159
159
# https://sourceware.org/bugzilla/show_bug.cgi?id=27008
@@ -172,7 +172,7 @@ task:
172
172
ECDH : yes
173
173
RECOVERY : yes
174
174
SCHNORRSIG : yes
175
- CTIMETEST : no
175
+ CTIMETESTS : no
176
176
matrix :
177
177
- env : {}
178
178
- env : {EXPERIMENTAL: yes, ASM: arm}
@@ -192,7 +192,7 @@ task:
192
192
ECDH : yes
193
193
RECOVERY : yes
194
194
SCHNORRSIG : yes
195
- CTIMETEST : no
195
+ CTIMETESTS : no
196
196
<< : *MERGE_BASE
197
197
test_script :
198
198
- ./ci/cirrus.sh
@@ -209,7 +209,7 @@ task:
209
209
ECDH : yes
210
210
RECOVERY : yes
211
211
SCHNORRSIG : yes
212
- CTIMETEST : no
212
+ CTIMETESTS : no
213
213
<< : *MERGE_BASE
214
214
test_script :
215
215
- ./ci/cirrus.sh
@@ -223,7 +223,7 @@ task:
223
223
ECDH : yes
224
224
RECOVERY : yes
225
225
SCHNORRSIG : yes
226
- CTIMETEST : no
226
+ CTIMETESTS : no
227
227
matrix :
228
228
- name : " x86_64 (mingw32-w64): Windows (Debian stable, Wine)"
229
229
env :
@@ -246,7 +246,7 @@ task:
246
246
RECOVERY : yes
247
247
EXPERIMENTAL : yes
248
248
SCHNORRSIG : yes
249
- CTIMETEST : no
249
+ CTIMETESTS : no
250
250
# Use a MinGW-w64 host to tell ./configure we're building for Windows.
251
251
# This will detect some MinGW-w64 tools but then make will need only
252
252
# the MSVC tools CC, AR and NM as specified below.
@@ -285,7 +285,7 @@ task:
285
285
ECDH : yes
286
286
RECOVERY : yes
287
287
SCHNORRSIG : yes
288
- CTIMETEST : no
288
+ CTIMETESTS : no
289
289
matrix :
290
290
- name : " Valgrind (memcheck)"
291
291
container :
@@ -330,7 +330,7 @@ task:
330
330
ECDH : yes
331
331
RECOVERY : yes
332
332
SCHNORRSIG : yes
333
- CTIMETEST : yes
333
+ CTIMETESTS : yes
334
334
CC : clang
335
335
SECP256K1_TEST_ITERS : 32
336
336
ASM : no
0 commit comments