Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Jun 2, 2024
1 parent 9ade706 commit 9394ed1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/commands/vmmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ def test_cmd_vmmap(self):

res = gdb.execute("vmmap $rip", to_string=True)
self.assertEqual(len(res.splitlines()), 2)

res = gdb.execute("vmmap r-?", to_string=True)
self.assertGreater(len(res.splitlines()), 1)

0 comments on commit 9394ed1

Please sign in to comment.