aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_test.go
Commit message (Collapse)AuthorAgeFilesLines
* vm: fix basic VM testsFelix Lange2014-10-301-19/+35
| | | | | | | | | The tests now compile and won't panic for unexpected return values. We need a recent-enough version of the mutan compiler because of the new JUMPDEST requirements. Skip some tests if the installed mutan version is too old. The debug VM test still fails, probably because of an implementation bug.
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-5/+5
| | | | mist, etheruem have been moved to cmd/
* Moved ethvm => vmobscuren2014-10-181-0/+155