From 2059fb885e10103e585d3db0095ce749497e81ef Mon Sep 17 00:00:00 2001 From: Darian Leung Date: Mon, 10 Oct 2022 16:35:09 +0800 Subject: [PATCH] freertos: Move FPU unit tests to correct directory This commit moves the FPU unit tests to the correct directory so that they are built by the unit tests app. --- .../freertos/test/{test_coproc.c => port/test_fpu_in_task.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename components/freertos/test/{test_coproc.c => port/test_fpu_in_task.c} (100%) diff --git a/components/freertos/test/test_coproc.c b/components/freertos/test/port/test_fpu_in_task.c similarity index 100% rename from components/freertos/test/test_coproc.c rename to components/freertos/test/port/test_fpu_in_task.c