-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Integrate flank.jar with corellium CLI #1945
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Timestamp: 2021-05-18 15:30:38 |
d079394
to
17f9c7a
Compare
17f9c7a
to
fd783c9
Compare
// TODO steps will be added in next PR | ||
) | ||
State() execute flowOf { | ||
println("Not integrated yet, check following PR:") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Let's use logLn
here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not accessible in this module.
fd783c9
to
25049a9
Compare
Fixes #1944
Test Plan
$ flank corellium test android run
is executingflank.corellium.cli.RunTestCorelliumAndroidCommand
Checklist