From 715e9055894313d56caa29f70a8e68b7bdbdd46c Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Tue, 30 Jan 2018 14:25:11 +0100 Subject: Document difficulty tests Fixes #404. --- BasicTests/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 BasicTests/README.md (limited to 'BasicTests') 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 +``` -- cgit v1.2.3