|
|
|
@ -45,9 +45,9 @@ __BEGIN_DECLS
@@ -45,9 +45,9 @@ __BEGIN_DECLS
|
|
|
|
|
|
|
|
|
|
extern int test_adc(int argc, char *argv[]); |
|
|
|
|
extern int test_autodeclination(int argc, char *argv[]); |
|
|
|
|
extern int test_hysteresis(int argc, char *argv[]); |
|
|
|
|
extern int test_bezierQuad(int argc, char *argv[]); |
|
|
|
|
extern int test_bson(int argc, char *argv[]); |
|
|
|
|
extern int test_controlmath(int argc, char *argv[]); |
|
|
|
|
extern int test_conv(int argc, char *argv[]); |
|
|
|
|
extern int test_dataman(int argc, char *argv[]); |
|
|
|
|
extern int test_file(int argc, char *argv[]); |
|
|
|
@ -55,6 +55,7 @@ extern int test_file2(int argc, char *argv[]);
@@ -55,6 +55,7 @@ extern int test_file2(int argc, char *argv[]);
|
|
|
|
|
extern int test_float(int argc, char *argv[]); |
|
|
|
|
extern int test_hott_telemetry(int argc, char *argv[]); |
|
|
|
|
extern int test_hrt(int argc, char *argv[]); |
|
|
|
|
extern int test_hysteresis(int argc, char *argv[]); |
|
|
|
|
extern int test_int(int argc, char *argv[]); |
|
|
|
|
extern int test_jig_voltages(int argc, char *argv[]); |
|
|
|
|
extern int test_led(int argc, char *argv[]); |
|
|
|
@ -67,6 +68,7 @@ extern int test_microbench_uorb(int argc, char *argv[]);
@@ -67,6 +68,7 @@ extern int test_microbench_uorb(int argc, char *argv[]);
|
|
|
|
|
extern int test_mixer(int argc, char *argv[]); |
|
|
|
|
extern int test_mount(int argc, char *argv[]); |
|
|
|
|
extern int test_param(int argc, char *argv[]); |
|
|
|
|
extern int test_parameters(int argc, char *argv[]); |
|
|
|
|
extern int test_perf(int argc, char *argv[]); |
|
|
|
|
extern int test_ppm(int argc, char *argv[]); |
|
|
|
|
extern int test_ppm_loopback(int argc, char *argv[]); |
|
|
|
@ -75,6 +77,7 @@ extern int test_search_min(int argc, char *argv[]);
@@ -75,6 +77,7 @@ extern int test_search_min(int argc, char *argv[]);
|
|
|
|
|
extern int test_sensors(int argc, char *argv[]); |
|
|
|
|
extern int test_servo(int argc, char *argv[]); |
|
|
|
|
extern int test_sleep(int argc, char *argv[]); |
|
|
|
|
extern int test_smooth_z(int argc, char *argv[]); |
|
|
|
|
extern int test_time(int argc, char *argv[]); |
|
|
|
|
extern int test_tone(int argc, char *argv[]); |
|
|
|
|
extern int test_uart_baudchange(int argc, char *argv[]); |
|
|
|
@ -82,10 +85,7 @@ extern int test_uart_break(int argc, char *argv[]);
@@ -82,10 +85,7 @@ extern int test_uart_break(int argc, char *argv[]);
|
|
|
|
|
extern int test_uart_console(int argc, char *argv[]); |
|
|
|
|
extern int test_uart_loopback(int argc, char *argv[]); |
|
|
|
|
extern int test_uart_send(int argc, char *argv[]); |
|
|
|
|
extern int test_parameters(int argc, char *argv[]); |
|
|
|
|
extern int test_versioning(int argc, char *argv[]); |
|
|
|
|
extern int test_smooth_z(int argc, char *argv[]); |
|
|
|
|
extern int test_controlmath(int argc, char *argv[]); |
|
|
|
|
|
|
|
|
|
/* external */ |
|
|
|
|
extern int commander_tests_main(int argc, char *argv[]); |
|
|
|
|