summaryrefslogtreecommitdiff
path: root/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c')
-rw-r--r--fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c b/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c
deleted file mode 100644
index 7b219fe..0000000
--- a/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "jtest.h"
-#include "basic_math_tests.h"
-
-JTEST_DEFINE_GROUP(basic_math_tests)
-{
- JTEST_GROUP_CALL(abs_tests);
- JTEST_GROUP_CALL(add_tests);
- JTEST_GROUP_CALL(dot_prod_tests);
- JTEST_GROUP_CALL(mult_tests);
- JTEST_GROUP_CALL(negate_tests);
- JTEST_GROUP_CALL(offset_tests);
- JTEST_GROUP_CALL(scale_tests);
- JTEST_GROUP_CALL(shift_tests);
- JTEST_GROUP_CALL(sub_tests);
-
- return;
-}