erigon-pulse/cl/spectest/scripts/gen_ssz_static.sh

6 lines
155 B
Bash
Raw Normal View History

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