aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2017-06-19 20:08:18 +0800
committerGitHub <noreply@github.com>2017-06-19 20:08:18 +0800
commit0e6b24841ed18cc7ab335f25229c2baac9b58fcf (patch)
treef09f8c6cd140026a525dbf924b3348eed1d75b5a
parent58d8fd4f038cf90918d2b40d262290753486399b (diff)
parentd3ec06b96cea5c94e9856841a9bb512fe57898ef (diff)
downloaddexon-tests-0e6b24841ed18cc7ab335f25229c2baac9b58fcf.tar.gz
dexon-tests-0e6b24841ed18cc7ab335f25229c2baac9b58fcf.tar.zst
dexon-tests-0e6b24841ed18cc7ab335f25229c2baac9b58fcf.zip
Merge pull request #187 from ethereum/link_testeth_guide
README: add a link to the "Generating Consensus Tests" in cpp-ethereum
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index fd58dc1ee..09360cdae 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,7 @@ All files should be of the form:
Arrays are allowed, but don't use them for sets of properties - only use them for data that is clearly a continuous contiguous sequence of values.
+Links
+-----
+
+* [cpp-ethereum guide to generate test cases](https://github.com/ethereum/cpp-ethereum/blob/develop/doc/generating_tests.rst)