From ef031c5b684a7fde222a087240a45e2f0e844195 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar Date: Fri, 16 Jul 2021 17:32:52 +0400 Subject: [PATCH] added make testcases --- Makefile | 3 +++ plugin/generate_test_case.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a87800f..4bd8a68 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ build: configfile: ./p2prc --SetDefaultConfig +testcases: + sh plugin/generate_test_case.sh + run: go run main.go diff --git a/plugin/generate_test_case.sh b/plugin/generate_test_case.sh index 0022c15..cecca14 100644 --- a/plugin/generate_test_case.sh +++ b/plugin/generate_test_case.sh @@ -1 +1 @@ -cp -r TestAnsible/ deploy/ +cp -r plugin/TestAnsible/ plugin/deploy/