ethereum / ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
GNU Lesser General Public License v3.0
2.18k stars 1.09k forks source link

Testsuite #1276

Open otis01329 opened 5 years ago

otis01329 commented 5 years ago

Is there any way to run testsuite for testing? ( https://github.com/ethereum/tests ) or your own testsuite.

If the answer above is yes, what's command can execute the testsuite?

Thanks.

zilm13 commented 5 years ago

You could either run separate tests in IDE from https://github.com/ethereum/ethereumj/tree/develop/ethereumj-core/src/test/java/org/ethereum/jsontestsuite or run all tests with ./gradlew tckRun