Skip to content

Commit

Permalink
tools/idaplugin: add test for 64-bit address space plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Jan 2, 2019
1 parent 2fc2c05 commit 8f2d47e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/idaplugin/ack/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,9 @@ def test_for__ack(self):
assert self.out_c.has_just_funcs('_ack')
fnc = self.out_c.funcs['_ack']
assert fnc.calls('_ack')

class TestX86GccElf_EA64(CommonTest):
settings = TestSettings.from_settings(base_settings,
input=inName+'.x86.gcc-4.7.2.O0.g.elf',
args='--ea64'
)

0 comments on commit 8f2d47e

Please sign in to comment.