diff options
author | holgerd77 <Holger.Drewes@gmail.com> | 2018-10-22 18:57:33 +0800 |
---|---|---|
committer | holgerd77 <Holger.Drewes@gmail.com> | 2018-10-23 19:15:16 +0800 |
commit | 2daa4ab522385bcf4c3498a65219424dc7f35458 (patch) | |
tree | 07e79783508681aeccf9302752032085aea940a0 | |
parent | c6cf88a7e922a98123ecf3cb9d03e043805f773e (diff) | |
download | dexon-tests-2daa4ab522385bcf4c3498a65219424dc7f35458.tar.gz dexon-tests-2daa4ab522385bcf4c3498a65219424dc7f35458.tar.zst dexon-tests-2daa4ab522385bcf4c3498a65219424dc7f35458.zip |
Some updates to test generation doc section
-rw-r--r-- | docs/using-testeth.rst | 6 |
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). |