aboutsummaryrefslogtreecommitdiff
path: root/projects/cli-test/mgmt-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'projects/cli-test/mgmt-test.c')
-rw-r--r--projects/cli-test/mgmt-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/cli-test/mgmt-test.c b/projects/cli-test/mgmt-test.c
index c1f255e..35c6fb6 100644
--- a/projects/cli-test/mgmt-test.c
+++ b/projects/cli-test/mgmt-test.c
@@ -40,6 +40,7 @@
#include "mgmt-test.h"
#include "test_sdram.h"
+#include "test_mkmif.h"
#include <stdlib.h>
@@ -114,4 +115,7 @@ void configure_cli_test(struct cli_def *cli)
/* test sdram */
cli_command_node(test, sdram, "Run SDRAM tests");
+
+ /* test mkmif */
+ cli_command_node(test, mkmif, "Run Master Key Memory Interface tests");
}