From 1b92795d93e7f5f256d1d100f53434f6eee115d8 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Wed, 17 Jun 2020 19:05:00 +0200 Subject: [PATCH] remove Makefile --- lotus-testground/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lotus-testground/Makefile diff --git a/lotus-testground/Makefile b/lotus-testground/Makefile deleted file mode 100644 index 972d4e246..000000000 --- a/lotus-testground/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -all: - -deps: - git submodule update --init - cd extern/filecoin-ffi && make - -run-exec: - testground run single --plan=network --testcase=lotus-network --builder=exec:go --runner=local:exec --instances=2 - -run-docker: - testground run single --plan=network --testcase=lotus-network --builder=docker:go --runner=local:docker --instances=2