summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-02-01 15:02:03 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-02-01 15:02:03 +0100
commitfc5be3360d6e9dda65166a518479f31df9be6148 (patch)
treee79fbb8f650efaf1aa3713b0935d050ea30f10fe /Makefile
parentbbc9f0fcb03183c9f8cff2bf8a5c5a34607fa126 (diff)
downloadlilliput-ae-implem-fc5be3360d6e9dda65166a518479f31df9be6148.tar.xz
Arrêt des tests dès la première erreur
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8d958df..0c37c1b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,12 +12,10 @@ clean:
- rm -r results crypto_aead
test:
- status=0; \
for i in $(variants); \
do \
- make -C test/$$i test || status=1; \
- done; \
- exit $$status
+ make -C test/$$i test || exit 1; \
+ done
traces: traces-ae traces-tbc