summaryrefslogtreecommitdiffstats
path: root/testsuite/media01/test_main.c
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2021-03-16 14:47:03 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2021-04-01 09:05:46 +0200
commitd7bdff489d3a33d195ec9cd3d6be1370d319dcb4 (patch)
tree6ec762c1c8044c845e10233ca31da21a039a2fc1 /testsuite/media01/test_main.c
parenttestsuite/media01: Enable md5 command (diff)
downloadrtems-libbsd-d7bdff489d3a33d195ec9cd3d6be1370d319dcb4.tar.bz2
testsuite/media01: Add pattern test
Update #4372
Diffstat (limited to 'testsuite/media01/test_main.c')
-rw-r--r--testsuite/media01/test_main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/media01/test_main.c b/testsuite/media01/test_main.c
index 9c05fc07..2a1c9aae 100644
--- a/testsuite/media01/test_main.c
+++ b/testsuite/media01/test_main.c
@@ -53,6 +53,8 @@
#include <rtems/shell.h>
#include <rtems/telnetd.h>
+#include "pattern-test.h"
+
#define TEST_NAME "LIBBSD MEDIA 1"
#define TEST_STATE_USER_INPUT 1
@@ -241,7 +243,8 @@ early_initialization(void)
&rtems_shell_SYSCTL_Command, \
&rtems_shell_IFCONFIG_Command, \
&rtems_shell_IFMCSTAT_Command, \
- &rtems_shell_VMSTAT_Command
+ &rtems_shell_VMSTAT_Command, \
+ &shell_PATTERN_Command
#define CONFIGURE_SHELL_COMMAND_CPUINFO
#define CONFIGURE_SHELL_COMMAND_CPUUSE