From 23ed93cfd97ea7f5131805f90e9e7d34bfcaff66 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 28 Nov 2018 15:54:40 +0100 Subject: Mutualisation de l'entête d'utilitaires de tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common.mk') diff --git a/src/common.mk b/src/common.mk index 22bd3ca..54ab986 100644 --- a/src/common.mk +++ b/src/common.mk @@ -49,8 +49,8 @@ results/src/cipher.o: src/cipher.h src/tweakey.h src/constants.h src/parameters. results/src/constants.o: src/constants.h results/src/lilliput-ae-i.o: src/lilliput-ae.h src/cipher.h src/constants.h src/parameters.h _parameters.h results/src/tweakey.o: src/tweakey.h src/constants.h src/parameters.h _parameters.h -results/test-*.o: test/helpers.h src/parameters.h _parameters.h -results/traces-%.o: test/helpers.h src/parameters.h _parameters.h +results/test-*.o: src/test-helpers.h src/parameters.h _parameters.h +results/traces-%.o: src/test-helpers.h src/parameters.h _parameters.h # TODO: should add order-only prerequisites to remove mkdirs inside recipes # TODO: add valgrind, although it does not seem to play well with ASAN -- cgit v1.2.3