guowenxue
2024-06-25 8ad1e1703607cb3d9f4f3530b7ec54773a4bcaa0
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "jtest.h"
#include "controller_tests.h"
 
JTEST_DEFINE_GROUP(controller_tests)
{
    /*
      To skip a test, comment it out.
    */
    JTEST_GROUP_CALL(pid_reset_tests);
    JTEST_GROUP_CALL(pid_tests);
    JTEST_GROUP_CALL(sin_cos_tests);
    return;
}