erigon-pulse/cmd/ef-tests-cl/scripts/gen_ssz_static.sh
a 9644e6d220
Implement SpecTests in native go, add fork_choice handler (#7422)
a few TODO: remain to make this not a draft

---------

Co-authored-by: Giulio <giulio.rebuffo@gmail.com>
2023-05-02 16:19:22 +02:00

6 lines
155 B
Bash
Executable File

#! /bin/bash
find tests | grep "ssz_static" | cut -d'/' -f5 | sort | uniq | awk '{print "With(\""$1"\", getSSZStaticConsensusTest(&cltypes."$1"{}))."}'