erigon-pulse/cl/spectest/Makefile
a cda14447ad
[caplin] pkg refactor (#7507)
Co-authored-by: Giulio <giulio.rebuffo@gmail.com>
2023-05-13 23:44:07 +02:00

20 lines
431 B
Makefile

.PHONY: clean setup example run clean
tests:
git clone https://github.com/ethereum/consensus-spec-tests
cd consensus-spec-tests && git lfs pull && cd ..
mv consensus-spec-tests/tests .
rm -rf consensus-spec-tests
rm -rf tests/minimal
clean:
rm -rf junit.xml
rm -rf test_report.html
example: ../../cmd/ef-tests-cl/tests
go test -tags=spectest -v -run=/mainnet/altair/sanity
run: ../../cmd/ef-tests-cl/tests
go test -v