-
Notifications
You must be signed in to change notification settings - Fork 50
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
cmake: Use evmc-vmtester helper #549
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #549 +/- ##
==========================================
+ Coverage 71.43% 72.41% +0.97%
==========================================
Files 9 9
Lines 1537 1537
Branches 136 136
==========================================
+ Hits 1098 1113 +15
+ Misses 411 396 -15
Partials 28 28 |
22c5384
to
bd71be0
Compare
command: | | ||
~/build/evmc/test/evmc-vmtester ~/build/src/libhera.so | ||
ctest |
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.
Where is this name coming from?
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.
bd71be0
to
fa85240
Compare
include(../evmc/cmake/EVMC.cmake) | ||
|
||
if(TARGET evmc::evmc-vmtester) | ||
evmc_add_vm_test(NAME evmc-check TARGET hera) |
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.
@chfast Is this statically linking hera?
No description provided.