From 2628932a40d769d8d0180ba6fed1e7b9b2718982 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 3 May 2020 19:53:02 +0200 Subject: minkbd: repo restructure --- .../Common/src/support_tests/support_test_group.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Blink/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c (limited to 'Blink/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c') diff --git a/Blink/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c b/Blink/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c deleted file mode 100644 index 7cc2732..0000000 --- a/Blink/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c +++ /dev/null @@ -1,10 +0,0 @@ -#include "jtest.h" -#include "support_tests.h" - -JTEST_DEFINE_GROUP(support_tests) -{ - JTEST_GROUP_CALL(copy_tests); - JTEST_GROUP_CALL(fill_tests); - JTEST_GROUP_CALL(x_to_y_tests); - return; -} -- cgit