ControlMath tests

This commit is contained in:
Dennis Mannhart
2017-12-20 17:32:37 +01:00
committed by Beat Küng
parent 03c81a8948
commit 5fbee9fce9
4 changed files with 219 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ const struct {
{"uart_loopback", test_uart_loopback, OPT_NOJIGTEST | OPT_NOALLTEST},
{"uart_send", test_uart_send, OPT_NOJIGTEST | OPT_NOALLTEST},
{"versioning", test_versioning, 0},
{"ctlmath", test_controlmath, 0},
{NULL, NULL, 0}
};