Files
app-ethereum/tests/zemu/Makefile
2022-06-28 15:11:29 +02:00

8 lines
105 B
Makefile

MAKEFLAGS += --no-print-directory
all:
./build_local_test_elfs.sh
yarn install
yarn test
.PHONY: all