aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+```