testsuite: Optionally allow all command in a shell

Update #4475
This commit is contained in:
Chris Johns 2021-07-20 14:09:05 +10:00
parent 2a01430ba5
commit e1ca99b535

View File

@ -367,6 +367,7 @@ Init(rtems_task_argument arg)
&rtems_shell_SYSCTL_Command, \
&rtems_shell_VMSTAT_Command
#ifndef CONFIGURE_SHELL_COMMANDS_ALL
#define CONFIGURE_SHELL_COMMAND_CPUINFO
#define CONFIGURE_SHELL_COMMAND_CPUUSE
#define CONFIGURE_SHELL_COMMAND_PERIODUSE
@ -387,6 +388,7 @@ Init(rtems_task_argument arg)
#define CONFIGURE_SHELL_COMMAND_RM
#define CONFIGURE_SHELL_COMMAND_MALLOC_INFO
#define CONFIGURE_SHELL_COMMAND_SHUTDOWN
#endif
#include <rtems/shellconfig.h>