Skip to content

Commit 9394ed1

Browse files
committed
Add tests
1 parent 9ade706 commit 9394ed1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/commands/vmmap.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ def test_cmd_vmmap(self):
2424

2525
res = gdb.execute("vmmap $rip", to_string=True)
2626
self.assertEqual(len(res.splitlines()), 2)
27+
28+
res = gdb.execute("vmmap r-?", to_string=True)
29+
self.assertGreater(len(res.splitlines()), 1)

0 commit comments

Comments
 (0)