diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-01-30 21:25:11 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2018-01-30 21:25:47 +0800 |
commit | 715e9055894313d56caa29f70a8e68b7bdbdd46c (patch) | |
tree | 6c64cb6cacd60a6bae39aa1c28b99b41b8245259 | |
parent | c6afd62e3e2beadfbab831f0547b15d0ae8a750f (diff) | |
download | dexon-tests-715e9055894313d56caa29f70a8e68b7bdbdd46c.tar dexon-tests-715e9055894313d56caa29f70a8e68b7bdbdd46c.tar.gz dexon-tests-715e9055894313d56caa29f70a8e68b7bdbdd46c.tar.bz2 dexon-tests-715e9055894313d56caa29f70a8e68b7bdbdd46c.tar.lz dexon-tests-715e9055894313d56caa29f70a8e68b7bdbdd46c.tar.xz dexon-tests-715e9055894313d56caa29f70a8e68b7bdbdd46c.tar.zst dexon-tests-715e9055894313d56caa29f70a8e68b7bdbdd46c.zip |
Document difficulty tests
Fixes #404.
-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 +``` |