Add tests for CLI version commands
[emu8051.git] / tests / cmd_di.sh
diff --git a/tests/cmd_di.sh b/tests/cmd_di.sh
new file mode 100755 (executable)
index 0000000..933e83d
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+CMD_NAME="di"
+CMD=$'di 0x80 16\x0a'
+TEST_OUTPUT="0080  FF 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................"
+
+. $srcdir/cmd.sh