From 1e1170df29623cfeff0acfeedeaf20c34a60d873 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 14 Jul 2017 14:55:47 +0200 Subject: [PATCH] move timing to BROKEN_DEMOS --- makefile_include.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/makefile_include.mk b/makefile_include.mk index 6007671..e2d2a33 100644 --- a/makefile_include.mk +++ b/makefile_include.mk @@ -138,11 +138,12 @@ USEFUL_DEMOS = hashsum USEABLE_DEMOS = ltcrypt sizes constants # Demos that are used for testing or measuring -TEST_DEMOS = small timing tv_gen +TEST_DEMOS = small tv_gen # Demos that are in one config broken # openssl-enc - can't be build with LTC_EASY -BROKEN_DEMOS = openssl-enc +# timing - not really broken, but older gcc builds spit warnings +BROKEN_DEMOS = openssl-enc timing # Combine demos in groups UNBROKEN_DEMOS = $(TEST_DEMOS) $(USEABLE_DEMOS) $(USEFUL_DEMOS)