mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 03:22:18 +00:00
6 lines
155 B
Bash
6 lines
155 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
|
||
|
|
||
|
find tests | grep "ssz_static" | cut -d'/' -f5 | sort | uniq | awk '{print "With(\""$1"\", getSSZStaticConsensusTest(&cltypes."$1"{}))."}'
|