Add tests for CLI version commands
[emu8051.git] / tests / cmd_dr.sh
diff --git a/tests/cmd_dr.sh b/tests/cmd_dr.sh
new file mode 100755 (executable)
index 0000000..1d3c951
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+CMD_NAME="dr"
+CMD=$'dr\x0a'
+TEST_OUTPUT="| 0000 | 07 |"
+
+. $srcdir/cmd.sh