From 77c36fc5244cb46fdbf76b3f96d423271da11209 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 11 Jan 2020 13:58:36 +0100 Subject: Makefile: add a Makefile For now, automate running the tests. --- users/fcuny/exp/monkey/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 users/fcuny/exp/monkey/Makefile (limited to 'users/fcuny/exp') diff --git a/users/fcuny/exp/monkey/Makefile b/users/fcuny/exp/monkey/Makefile new file mode 100644 index 0000000..61168f3 --- /dev/null +++ b/users/fcuny/exp/monkey/Makefile @@ -0,0 +1,4 @@ +test: + go test -v ./... + +.phony: test -- cgit 1.4.1