aionnetwork / aion_fastvm

Aion's FastVM implementation
MIT License
33 stars 15 forks source link

About test code in fastVM #10

Closed sultana-mnw closed 6 years ago

sultana-mnw commented 6 years ago

What is the use trivial test code in fastvm and how we can get it ? You people are mention inside the bench mark in FastVM repositories. if i paste the trivial code in the following file Vaion_fastvm/bench/evm/main.cpp then only i can get the result.

iamyulong commented 6 years ago

Most of the Java side unit tests sit in the parent project, https://github.com/aionnetwork/aion. If you need to import the whole aion project before running the tests.

For the C++ side VM tests, please refer to https://github.com/aionnetwork/aion_fastvm/blob/master/tests/main.cpp

For the solidity compiiler test, please refer to https://github.com/aionnetwork/aion_fastvm/blob/master/solidity/tests/main.cpp