summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-07 12:49:40 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-07 12:49:40 -0500
commitdb068df3c40419b8d2588235055ec4bffbd5f114 (patch)
tree44446b6413392e82b5770164f064515b37f31cd5
parentnetcmds-config.h: New file. Use it in test (diff)
downloadrtems-libbsd-db068df3c40419b8d2588235055ec4bffbd5f114.tar.bz2
netshell01: Link against ping command
-rw-r--r--testsuite/netshell01/shellconfig.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuite/netshell01/shellconfig.c b/testsuite/netshell01/shellconfig.c
index 64e9e128..df3e4211 100644
--- a/testsuite/netshell01/shellconfig.c
+++ b/testsuite/netshell01/shellconfig.c
@@ -4,11 +4,13 @@
#include <rtems/shell.h>
+#include <rtems/netcmds-config.h>
+
#define CONFIGURE_SHELL_COMMANDS_INIT
#define CONFIGURE_SHELL_COMMANDS_ALL
-#define CONFIGURE_SHELL_MOUNT_MSDOS
-#define CONFIGURE_SHELL_MOUNT_RFS
-#define CONFIGURE_SHELL_DEBUGRFS
+
+#define CONFIGURE_SHELL_USER_COMMANDS \
+ &rtems_shell_PING_Command
#include <rtems/shellconfig.h>