anza-xyz / move

Move compiler targeting llvm supported backends
https://discord.gg/wFgfjG9J
Apache License 2.0
109 stars 34 forks source link

Handle address arguments in unit tests #348

Closed dmakarov closed 1 year ago

dmakarov commented 1 year ago

Motivation

Move unit tests may take addresses as the only acceptable arguments. These changes add handling of such arguments by Solana test runner.

Test Plan

Enable Move framework unit tests that take address arguments.