Skip to content

Commit 2ee08f3

Browse files
committed
no need for (modes native), this is known as ocaml/dune#9979
1 parent f750706 commit 2ee08f3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/dune

-10
Original file line numberDiff line numberDiff line change
@@ -6,59 +6,51 @@
66

77
(test
88
(name test_symmetric_runner)
9-
(modes native)
109
(libraries test_common mirage-crypto ounit2)
1110
(package mirage-crypto)
1211
(modules test_base test_cipher test_symmetric_runner))
1312

1413
(test
1514
(name test_random_runner)
16-
(modes native)
1715
(libraries test_common mirage-crypto mirage-crypto-rng mirage-crypto-rng.unix
1816
randomconv ounit2)
1917
(package mirage-crypto-rng)
2018
(modules test_random_runner))
2119

2220
(test
2321
(name test_pk_runner)
24-
(modes native)
2522
(libraries test_common mirage-crypto-pk mirage-crypto-rng.unix randomconv
2623
ounit2)
2724
(package mirage-crypto-pk)
2825
(modules test_numeric test_dh test_dsa test_rsa test_pk_runner))
2926

3027
(test
3128
(name test_entropy_collection)
32-
(modes native)
3329
(modules test_entropy_collection)
3430
(package mirage-crypto-rng-mirage)
3531
(libraries mirage-crypto-rng-mirage mirage-unix mirage-time-unix
3632
mirage-clock-unix duration ohex))
3733

3834
(test
3935
(name test_entropy_collection_async)
40-
(modes native)
4136
(modules test_entropy_collection_async)
4237
(package mirage-crypto-rng-async)
4338
(libraries mirage-crypto-rng-async ohex))
4439

4540
(test
4641
(name test_entropy)
47-
(modes native)
4842
(modules test_entropy)
4943
(package mirage-crypto-rng)
5044
(libraries mirage-crypto-rng ohex))
5145

5246
(test
5347
(name test_ec)
54-
(modes native)
5548
(modules test_ec)
5649
(libraries test_common alcotest mirage-crypto-ec mirage-crypto-rng.unix)
5750
(package mirage-crypto-ec))
5851

5952
(test
6053
(name test_ec_wycheproof)
61-
(modes native)
6254
(modules test_ec_wycheproof)
6355
(deps ecdh_secp256r1_test.json ecdsa_secp256r1_sha256_test.json
6456
ecdsa_secp256r1_sha512_test.json ecdh_secp384r1_test.json
@@ -70,14 +62,12 @@
7062

7163
(tests
7264
(names test_eio_rng test_eio_entropy_collection)
73-
(modes native)
7465
(modules test_eio_rng test_eio_entropy_collection)
7566
(libraries mirage-crypto-rng-eio duration eio_main ohex)
7667
(package mirage-crypto-rng-eio))
7768

7869
(tests
7970
(names test_miou_rng test_miou_entropy_collection)
80-
(modes native)
8171
(modules test_miou_rng test_miou_entropy_collection)
8272
(libraries mirage-crypto-rng-miou-unix duration ohex)
8373
(package mirage-crypto-rng-miou-unix))

0 commit comments

Comments
 (0)