From a089303eef62f094f4acd6306c21900227e8782d Mon Sep 17 00:00:00 2001 From: eric tu Date: Wed, 23 Aug 2023 12:05:47 -0400 Subject: [PATCH] README: Need to compile the spec test MIPS binary to actually run all the integration tests --- finality-client/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/finality-client/README.md b/finality-client/README.md index 9b3cb55..f20a4e9 100644 --- a/finality-client/README.md +++ b/finality-client/README.md @@ -54,6 +54,7 @@ Tests are derived from the [ethereum consensus spec tests](https://github.com/et 1. Download the spec test: `just download-integration-tests` 2. Derive and cache the zipline tests from the spec tests: `just cache-zipline-tests` +3. Build the spec test MIPS binary: `cd ../zipline-state-transition-mips && make build_spectest_spec` Now it is possible to run the integration tests with