ethereum-optimism / cannon

On chain interactive fault prover for Ethereum
MIT License
584 stars 135 forks source link

make test command is giving error #114

Closed sbnair closed 1 year ago

sbnair commented 1 year ago

When i run make test after running make build i get this error : make: *** No rule to make target 'test'. Stop.

When i checked in makefile it doesn't have test command and also when i run forge test i get this message No tests found in project! Forge looks for functions that starts with test.

OS : Ubuntu 22 Branch : Master

protolambda commented 1 year ago

Updated readme and Makefile. make test should work now. Note that Cannon is in active development, there may be more breaking changes. Thank you for opening this issue.

sbnair commented 1 year ago

Thanks for your response.