You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
toaster-oven-bluepill/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/matrix_tests/matrix_tests.h

17 lines
629 B

#ifndef _MATRIX_TESTS_H_
#define _MATRIX_TESTS_H_
/*--------------------------------------------------------------------------------*/
/* Test/Group Declarations */
/*--------------------------------------------------------------------------------*/
JTEST_DECLARE_GROUP(mat_add_tests);
JTEST_DECLARE_GROUP(mat_cmplx_mult_tests);
JTEST_DECLARE_GROUP(mat_init_tests);
JTEST_DECLARE_GROUP(mat_inverse_tests);
JTEST_DECLARE_GROUP(mat_mult_tests);
JTEST_DECLARE_GROUP(mat_mult_fast_tests);
JTEST_DECLARE_GROUP(mat_sub_tests);
JTEST_DECLARE_GROUP(mat_trans_tests);
JTEST_DECLARE_GROUP(mat_scale_tests);
#endif /* _MATRIX_TESTS_H_ */