Index: app/tests/tests.c |
diff --git a/app/tests/tests.c b/app/tests/tests.c |
index a8f0ebd6f2d34de237f73b679307a615af1cc505..116cf2e8aaefede6ff69a0793affdeaa9539a05a 100644 |
--- a/app/tests/tests.c |
+++ b/app/tests/tests.c |
@@ -32,6 +32,7 @@ STATIC_COMMAND_START |
STATIC_COMMAND("printf_tests", "test printf", (console_cmd)&printf_tests) |
STATIC_COMMAND("printf_tests_float", "test printf with floating point", (console_cmd)&printf_tests_float) |
STATIC_COMMAND("thread_tests", "test the scheduler", (console_cmd)&thread_tests) |
+STATIC_COMMAND("port_tests", "test the ports", (console_cmd)&port_tests) |
STATIC_COMMAND("clock_tests", "test clocks", (console_cmd)&clock_tests) |
STATIC_COMMAND("bench", "miscellaneous benchmarks", (console_cmd)&benchmarks) |
STATIC_COMMAND("fibo", "threaded fibonacci", (console_cmd)&fibo) |