From ca5d23276808b6b6c4d069e0ce77d776b5d93306 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 4 Dec 2018 10:30:50 +0100 Subject: [WIP] Réorganisation des traces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- traces/collect-traces.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'traces/collect-traces.sh') diff --git a/traces/collect-traces.sh b/traces/collect-traces.sh index 2b5eb1e..16e8408 100755 --- a/traces/collect-traces.sh +++ b/traces/collect-traces.sh @@ -13,16 +13,12 @@ d=$(mktemp -d) git apply ${patch} -for makefile in $(find crypto_aead -name Makefile) +for makefile in $(find test -name Makefile) do implem_dir=$(dirname ${makefile}) make -C ${implem_dir} clean - [[ ${implem_dir} =~ lilliputae(i|ii)([0-9]+)v ]] - - ae_type=${BASH_REMATCH[1]} - keysize=${BASH_REMATCH[2]} - make -C ${implem_dir} ${trace_type}-${keysize}-${ae_type} + make -C ${implem_dir} ${trace_type} cp ${implem_dir}/results/traces*.txt ${d} done -- cgit v1.2.3