From 2f9478614a298351dd785b8067fe348599b602da Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 15 Jun 2017 10:36:52 -0500 Subject: [PATCH] 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 --- tests/benchmarks/footprint/testcase.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/benchmarks/footprint/testcase.ini b/tests/benchmarks/footprint/testcase.ini index 085d37f79e3..589de878614 100644 --- a/tests/benchmarks/footprint/testcase.ini +++ b/tests/benchmarks/footprint/testcase.ini @@ -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