mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-31 16:21:21 +00:00
cda14447ad
Co-authored-by: Giulio <giulio.rebuffo@gmail.com>
6 lines
155 B
Bash
Executable File
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"{}))."}'
|