summaryrefslogtreecommitdiff
path: root/fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2020-12-20 15:18:02 +0100
committerjaseg <git@jaseg.de>2020-12-20 15:18:02 +0100
commit94f94260ace13688285fc8c62687079b26c18854 (patch)
tree4691249052e28be4d3515c6d2ed4b40545c21ea7 /fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c
parent3559d845d29272050d4d44e18e0bb84e676e48ff (diff)
downloadminikbd-94f94260ace13688285fc8c62687079b26c18854.tar.gz
minikbd-94f94260ace13688285fc8c62687079b26c18854.tar.bz2
minikbd-94f94260ace13688285fc8c62687079b26c18854.zip
Submodule-cache WIP
Diffstat (limited to 'fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c')
-rw-r--r--fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c b/fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c
deleted file mode 100644
index c87439d..0000000
--- a/fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#include "jtest.h"
-#include "matrix_tests.h"
-
-JTEST_DEFINE_GROUP(matrix_tests)
-{
- /*
- To skip a test, comment it out.
- */
- JTEST_GROUP_CALL(mat_add_tests);
- JTEST_GROUP_CALL(mat_cmplx_mult_tests);
- JTEST_GROUP_CALL(mat_init_tests);
- JTEST_GROUP_CALL(mat_inverse_tests);
- JTEST_GROUP_CALL(mat_mult_tests);
- JTEST_GROUP_CALL(mat_mult_fast_tests);
- JTEST_GROUP_CALL(mat_sub_tests);
- JTEST_GROUP_CALL(mat_trans_tests);
- JTEST_GROUP_CALL(mat_scale_tests);
- return;
-}