eosnetworkfoundation / mandel.cdt

Obsolete. Use https://github.com/AntelopeIO/cdt instead.
Other
7 stars 2 forks source link

Remove dependency on EOSIO tester #28

Closed larryk85 closed 9 months ago

larryk85 commented 2 years ago

Currently some of the tests are using eosio libtester for ease. But, we can and should convert those over to use the native tester framework for these as they should only be testing raw logic and not the host function implementations. Those are covered in Mandel.

For a few of the tests where we check malloc and a few others we can utilize eos-vm to create a minimal environment to test those things.

arhag commented 9 months ago

Currently open issue #250 in AntelopeIO/CDT