aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using-testeth.rst
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2018-10-25 00:22:46 +0800
committerGitHub <noreply@github.com>2018-10-25 00:22:46 +0800
commit2cd62aeec11da29766b30d500f2b9a96f1f28cf0 (patch)
tree07e79783508681aeccf9302752032085aea940a0 /docs/using-testeth.rst
parent5b4cc6c9d5b4004be8369852e5f9cfe4e81200df (diff)
parent2daa4ab522385bcf4c3498a65219424dc7f35458 (diff)
downloaddexon-tests-6.0.0-beta.1.tar.gz
dexon-tests-6.0.0-beta.1.tar.zst
dexon-tests-6.0.0-beta.1.zip
Merge pull request #533 from ethereum/blockchain-test-format-doc-updatesv6.0.0-beta.1
Blockchain test format doc updates on seal engine type
Diffstat (limited to 'docs/using-testeth.rst')
-rw-r--r--docs/using-testeth.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/using-testeth.rst b/docs/using-testeth.rst
index b725b8746..1395447ad 100644
--- a/docs/using-testeth.rst
+++ b/docs/using-testeth.rst
@@ -4,7 +4,11 @@ Test Creation
Instructions on how to create tests and how to use the cpp-client ``testeth`` tool
can be found in the c++ documentation
-`test generation chapter <https://github.com/ethereum/cpp-ethereum/blob/develop/doc/generating_tests.rst>`_.
+`test generation chapter <https://github.com/ethereum/aleth/blob/master/doc/generating_tests.rst>`_.
+
+Since docker images pointed to in the test generation docs are often outdated, you will probably
+have to rely on your own `source build <https://github.com/ethereum/aleth/#building-from-source>`_ of the Aleth C++
+Ethereum client for generating tests (start this early on since this is taking some time).