dashboard
repositories
filestore
activity
search
login
main
/
build-rockchip
Rockchip build system
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add GD32F103RCT6 ADC converter board SDK source code
android
2024-06-25
aa38e5c1f48e31213ee349aa5cd6f06c85bda70d
[build-rockchip.git]
/
mcu_sdk
/
gd32f103
/
rk_eFire
/
Board
/
CMSIS
/
DSP
/
DSP_Lib_TestSuite
/
Common
/
src
/
support_tests
/
support_test_group.c
1
2
3
4
5
6
7
8
9
10
#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;
}