Back to Eos

04 Test Eosio Binaries

docs/00_install/01_build-from-source/01_shell-scripts/04_test-eosio-binaries.md

2.1.0295 B
Original Source

Optionally, a set of tests can be run against your build to perform some basic validation of the EOSIO software installation.

To run the test suite after building, run:

sh
cd ~/eosio/eos/build
make test

[[info | What's Next?]] | Configure and use Nodeos.