From d0985dbb5b6059c0e14bcc6cf78b0745c369537f Mon Sep 17 00:00:00 2001 From: Diederik Loerakker Date: Wed, 31 Jul 2019 02:05:52 +0200 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Danny Ryan --- specs/test_formats/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/test_formats/README.md b/specs/test_formats/README.md index 0b9d64fa5..aaf636d2c 100644 --- a/specs/test_formats/README.md +++ b/specs/test_formats/README.md @@ -175,11 +175,11 @@ Separation of configuration and tests aims to: - Prevent duplication of configuration - Make all tests easy to upgrade (e.g. when a new config constant is introduced) - Clearly define which constants to use -- Shareable between clients, for cross-client short- or long-lived testnets -- Minimize the amounts of different constants permutations to compile as a client. +- Be easily shareable between clients, for cross-client short- or long-lived testnets +- Minimize the amount of different constants permutations to compile as a client. *Note*: Some clients prefer compile-time constants and optimizations. They should compile for each configuration once, and run the corresponding tests per build target. -- Includes constants to coordinate forking with. +- Include constants to coordinate forking with The format is described in [`/configs`](../../configs/README.md#format).