tests: cmsis_dsp: bayes: set unique testcase name.

the testcase source file f16.c and f32.c might be
compiled into the final binary at the same time,
so need to set unique testcase name for each test.

Signed-off-by: Chen Peng1 <peng1.chen@intel.com>
This commit is contained in:
Chen Peng1 2022-07-29 16:30:18 +08:00 committed by Stephanos Ioannidis
parent cf9e548248
commit 687e5a7158

View file

@ -17,7 +17,7 @@
ZTEST_SUITE(bayes_f32, NULL, NULL, NULL, NULL, NULL);
ZTEST(bayes_f32, test_gaussian_naive_bayes_predict_f16)
ZTEST(bayes_f32, test_gaussian_naive_bayes_predict_f32)
{
arm_gaussian_naive_bayes_instance_f32 inst;