Add 'test' target.
All checks were successful
Test / Run unit tests (pull_request) Successful in 12m27s
All checks were successful
Test / Run unit tests (pull_request) Successful in 12m27s
This commit is contained in:
parent
fbcb133735
commit
aa3d6d7ebe
10
Makefile
10
Makefile
@ -13,7 +13,15 @@ dumpdiff.plugeth-parallel:
|
||||
cd dumpdiff-plugeth-parallel && go build -tags plugeth_parallel -o ../$@ .
|
||||
|
||||
clean:
|
||||
rm -f $(ALL)
|
||||
rm -rf $(ALL) _var
|
||||
|
||||
compare-plugeth: dumpdiff.geth dumpdiff.plugeth
|
||||
./scripts/compare-diffs.sh -d _var/ geth plugeth
|
||||
|
||||
compare-plugeth-parallel: dumpdiff.geth dumpdiff.plugeth-parallel
|
||||
./scripts/compare-diffs.sh -d _var/ geth plugeth-parallel
|
||||
|
||||
test: compare-plugeth compare-plugeth-parallel
|
||||
|
||||
all: $(ALL)
|
||||
.PHONY: all
|
||||
|
Loading…
Reference in New Issue
Block a user