74ea92a990
Amend targets naming convention as per [1]: - Switch from underscore '_' separated naming scheme to dash '-' separated naming scheme. - Replace test with check. Simulations now live in their own Make module. [1] https://www.gnu.org/prep/standards/html_node/Standard-Targets.html |
||
---|---|---|
.. | ||
install | ||
README.md | ||
linkify_changelog.py | ||
localnet-blocks-test.sh |
README.md
Generally we should avoid shell scripting and write tests purely in Golang. However, some libraries are not Goroutine-safe (e.g. app simulations cannot be run safely in parallel), and OS-native threading may be more efficient for many parallel simulations, so we use shell scripts here.