tests: benchmarks: footprint: fix tag typo
testcase.ini had a typo for footprint-float test. tag was 'ootprint' should have been 'footprint'. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
25309ab51a
commit
2f9478614a
|
@ -22,7 +22,7 @@ platform_exclude = tinytile
|
|||
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
|
||||
|
||||
[footprint-float]
|
||||
tags = ootprint
|
||||
tags = footprint
|
||||
extra_args = TEST=float
|
||||
build_only = true
|
||||
arch_whitelist = x86
|
||||
|
|
Loading…
Reference in New Issue