From f584a80b5929552506c472659cf8a055a74b105a Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Tue, 6 Dec 2022 17:04:49 +0100 Subject: [PATCH] Fix: TIS-CI: removed v_key_exchange entry point --- tests/tis-ci-gen-config.sh | 3 +- tis.config | 122 +------------------------------------ 2 files changed, 2 insertions(+), 123 deletions(-) diff --git a/tests/tis-ci-gen-config.sh b/tests/tis-ci-gen-config.sh index da52bd6..a53a1a9 100755 --- a/tests/tis-ci-gen-config.sh +++ b/tests/tis-ci-gen-config.sh @@ -54,7 +54,7 @@ DIR=$(dirname "$0") TIS_CONFIG=$DIR/../tis.config -echo "// auto generated with tests/gen-tis-config.sh" > $TIS_CONFIG +echo "// auto generated with $0" > $TIS_CONFIG echo "[" >> $TIS_CONFIG for entry_point in \ @@ -68,7 +68,6 @@ for entry_point in \ "v_sha512" \ "v_hmac_sha512" \ "v_argon2i" \ - "v_key_exchange" \ "v_edDSA" \ "v_ed_25519" \ "v_ed_25519_check" \ diff --git a/tis.config b/tis.config index 3e4f04a..de6ea52 100644 --- a/tis.config +++ b/tis.config @@ -1,4 +1,4 @@ -// auto generated with tests/gen-tis-config.sh +// auto generated with tests/tis-ci-gen-config.sh [ { "name" : "v_chacha20 - sparc_32" , "files" : @@ -1200,126 +1200,6 @@ , "no-results" : true , "main" : "v_argon2i" }, -{ "name" : "v_key_exchange - sparc_32" -, "files" : - [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c" - , "tests/utils.c" - , "tests/tis-ci.c" - ] -, "cpp-extra-args": "-Isrc -Isrc/optional -Itests" -, "machdep" : "sparc_32" -, "no-results" : true -, "main" : "v_key_exchange" -}, -{ "name" : "v_key_exchange - x86_32" -, "files" : - [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c" - , "tests/utils.c" - , "tests/tis-ci.c" - ] -, "cpp-extra-args": "-Isrc -Isrc/optional -Itests" -, "machdep" : "x86_32" -, "no-results" : true -, "main" : "v_key_exchange" -}, -{ "name" : "v_key_exchange - x86_16" -, "files" : - [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c" - , "tests/utils.c" - , "tests/tis-ci.c" - ] -, "cpp-extra-args": "-Isrc -Isrc/optional -Itests" -, "machdep" : "x86_16" -, "no-results" : true -, "main" : "v_key_exchange" -}, -{ "name" : "v_key_exchange - x86_win64" -, "files" : - [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c" - , "tests/utils.c" - , "tests/tis-ci.c" - ] -, "cpp-extra-args": "-Isrc -Isrc/optional -Itests" -, "machdep" : "x86_win64" -, "no-results" : true -, "main" : "v_key_exchange" -}, -{ "name" : "v_key_exchange - armeb_eabi" -, "files" : - [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c" - , "tests/utils.c" - , "tests/tis-ci.c" - ] -, "cpp-extra-args": "-Isrc -Isrc/optional -Itests" -, "machdep" : "armeb_eabi" -, "no-results" : true -, "main" : "v_key_exchange" -}, -{ "name" : "v_key_exchange - arm_eabi" -, "files" : - [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c" - , "tests/utils.c" - , "tests/tis-ci.c" - ] -, "cpp-extra-args": "-Isrc -Isrc/optional -Itests" -, "machdep" : "arm_eabi" -, "no-results" : true -, "main" : "v_key_exchange" -}, -{ "name" : "v_key_exchange - aarch64" -, "files" : - [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c" - , "tests/utils.c" - , "tests/tis-ci.c" - ] -, "cpp-extra-args": "-Isrc -Isrc/optional -Itests" -, "machdep" : "aarch64" -, "no-results" : true -, "main" : "v_key_exchange" -}, -{ "name" : "v_key_exchange - rv64ifdq" -, "files" : - [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c" - , "tests/utils.c" - , "tests/tis-ci.c" - ] -, "cpp-extra-args": "-Isrc -Isrc/optional -Itests" -, "machdep" : "rv64ifdq" -, "no-results" : true -, "main" : "v_key_exchange" -}, -{ "name" : "v_key_exchange - mips_64" -, "files" : - [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c" - , "tests/utils.c" - , "tests/tis-ci.c" - ] -, "cpp-extra-args": "-Isrc -Isrc/optional -Itests" -, "machdep" : "mips_64" -, "no-results" : true -, "main" : "v_key_exchange" -}, -{ "name" : "v_key_exchange - ppc_64" -, "files" : - [ "src/monocypher.c" - , "src/optional/monocypher-ed25519.c" - , "tests/utils.c" - , "tests/tis-ci.c" - ] -, "cpp-extra-args": "-Isrc -Isrc/optional -Itests" -, "machdep" : "ppc_64" -, "no-results" : true -, "main" : "v_key_exchange" -}, { "name" : "v_edDSA - sparc_32" , "files" : [ "src/monocypher.c" -- 2.47.3