aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-01-30 23:16:53 +0800
committerGitHub <noreply@github.com>2018-01-30 23:16:53 +0800
commit8235bdcb40c36d0d1359167683dc831fdb06ba96 (patch)
tree15c4017edaff066a7ea70736e07c85372bd14817
parentb2130c1c506c5dae180a1ef957b966450068a6b8 (diff)
parent715e9055894313d56caa29f70a8e68b7bdbdd46c (diff)
downloaddexon-tests-8235bdcb40c36d0d1359167683dc831fdb06ba96.tar.gz
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.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
+```