move timing to BROKEN_DEMOS

This commit is contained in:
Steffen Jaeckel 2017-07-14 14:55:47 +02:00
parent 24c5b74193
commit 1e1170df29

View File

@ -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)