erigon-pulse/cl/spectest/scripts/gen_ssz_static.sh
a cda14447ad
[caplin] pkg refactor (#7507)
Co-authored-by: Giulio <giulio.rebuffo@gmail.com>
2023-05-13 23:44:07 +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"{}))."}'