tests: benchmarks: footprint: really enable floating point on arm

Update the arm.conf to enable CONFIG_FLOAT for the float test and use a
filter on that so we only run/build the test on SoCs/boards that support
floating point hardware.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-06-15 13:00:32 -05:00 committed by Anas Nashif
parent 2970ffff53
commit 276794b0d7
2 changed files with 3 additions and 1 deletions

View File

@ -10,3 +10,5 @@ CONFIG_HEAP_MEM_POOL_SIZE=256
CONFIG_SYS_POWER_MANAGEMENT=y
CONFIG_THREAD_CUSTOM_DATA=y
CONFIG_NUM_IRQS=43
CONFIG_FLOAT=y
CONFIG_FP_SHARING=y

View File

@ -27,4 +27,4 @@ extra_args = TEST=float
build_only = true
arch_whitelist = x86 arm
platform_exclude = tinytile
filter = not CONFIG_CPU_MINUTEIA
filter = CONFIG_FLOAT