summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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