aboutsummaryrefslogtreecommitdiffstats
path: root/BasicTests
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-01-30 21:25:11 +0800
committerYoichi Hirai <i@yoichihirai.com>2018-01-30 21:25:47 +0800
commit715e9055894313d56caa29f70a8e68b7bdbdd46c (patch)
tree6c64cb6cacd60a6bae39aa1c28b99b41b8245259 /BasicTests
parentc6afd62e3e2beadfbab831f0547b15d0ae8a750f (diff)
downloaddexon-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.
Diffstat (limited to 'BasicTests')
-rw-r--r--BasicTests/README.md15
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
+```