mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
remove fp unit test Kconfig
This commit is contained in:
parent
9ccb104895
commit
ca76f53283
@ -1,9 +0,0 @@
|
|||||||
menu "TESTS"
|
|
||||||
|
|
||||||
config FP_TEST_ENABLE
|
|
||||||
bool "Enable test fp"
|
|
||||||
default "y"
|
|
||||||
help
|
|
||||||
For FPGA single core CPU which has no floating point support, floating point test should be disabled.
|
|
||||||
|
|
||||||
endmenu
|
|
@ -4,7 +4,6 @@
|
|||||||
#include "freertos/task.h"
|
#include "freertos/task.h"
|
||||||
#include "unity.h"
|
#include "unity.h"
|
||||||
|
|
||||||
#if CONFIG_FP_TEST_ENABLE
|
|
||||||
static float addsf(float a, float b)
|
static float addsf(float a, float b)
|
||||||
{
|
{
|
||||||
float result;
|
float result;
|
||||||
@ -192,4 +191,3 @@ TEST_CASE("context switch saves FP registers", "[fp]")
|
|||||||
}
|
}
|
||||||
TEST_ASSERT(state.fail == 0);
|
TEST_ASSERT(state.fail == 0);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user