diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-01-30 23:16:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-30 23:16:53 +0800 |
commit | 8235bdcb40c36d0d1359167683dc831fdb06ba96 (patch) | |
tree | 15c4017edaff066a7ea70736e07c85372bd14817 | |
parent | b2130c1c506c5dae180a1ef957b966450068a6b8 (diff) | |
parent | 715e9055894313d56caa29f70a8e68b7bdbdd46c (diff) | |
download | dexon-tests-8235bdcb40c36d0d1359167683dc831fdb06ba96.tar dexon-tests-8235bdcb40c36d0d1359167683dc831fdb06ba96.tar.gz dexon-tests-8235bdcb40c36d0d1359167683dc831fdb06ba96.tar.bz2 dexon-tests-8235bdcb40c36d0d1359167683dc831fdb06ba96.tar.lz dexon-tests-8235bdcb40c36d0d1359167683dc831fdb06ba96.tar.xz dexon-tests-8235bdcb40c36d0d1359167683dc831fdb06ba96.tar.zst dexon-tests-8235bdcb40c36d0d1359167683dc831fdb06ba96.zip |
Merge pull request #410 from pirapira/document-difficulty-test
Document difficulty tests
-rw-r--r-- | BasicTests/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/BasicTests/README.md b/BasicTests/README.md new file mode 100644 index 000000000..2c5eedb03 --- /dev/null +++ b/BasicTests/README.md @@ -0,0 +1,15 @@ +## Basic Tests + +This directory contains + +* difficulty tests (`difficulty*.json`) +* (what else?) + +### Difficulty Tests + +Difficulty tests the difficulty formula of each protocol version. + +`testeth` can generate difficulty tests: +``` +./testeth -t DifficultyTests -- --filltests +``` |