summaryrefslogtreecommitdiff
path: root/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c')
-rw-r--r--fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c b/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c
deleted file mode 100644
index 38546fb..0000000
--- a/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "jtest.h"
-#include "complex_math_tests.h"
-
-JTEST_DEFINE_GROUP(complex_math_tests)
-{
- JTEST_GROUP_CALL(cmplx_conj_tests);
- JTEST_GROUP_CALL(cmplx_dot_prod_tests);
- JTEST_GROUP_CALL(cmplx_mag_tests);
- JTEST_GROUP_CALL(cmplx_mag_squared_tests);
- JTEST_GROUP_CALL(cmplx_mult_cmplx_tests);
- JTEST_GROUP_CALL(cmplx_mult_real_tests);
-
- return;
-}