From 7c161fa35195fd04e7e7ae33ed3da0f353effff6 Mon Sep 17 00:00:00 2001 From: "chenyangyang.cy" Date: Fri, 15 Oct 2021 17:29:44 +0800 Subject: [PATCH] Fix test name conflict --- Makefile | 4 ++-- test.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 test.sh diff --git a/Makefile b/Makefile index 05a1ecf..22c62e6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -all: build test +all: build runtest -test: +runtest: ./test.sh build: diff --git a/test.sh b/test.sh old mode 100644 new mode 100755