From 70d9bbb512e0b74105e3c360aa716ece0f8d8557 Mon Sep 17 00:00:00 2001 From: Vivek Patel Date: Fri, 9 Sep 2022 11:41:30 +0530 Subject: [PATCH] Enable the make test.all command --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index afe6ebc43..f939bc29d 100644 --- a/Makefile +++ b/Makefile @@ -198,10 +198,8 @@ test.store: $(GOTEST) $(GOTEST) $(TEST_FLAGS) $(TEST_SUITE_store) # Runs ALL tests -test.all: - @echo "pass" -#test.all: $(GOTEST) -# $(GOTEST) $(TEST_FLAGS) $(TEST_SUITE_all) +test.all: $(GOTEST) + $(GOTEST) $(TEST_FLAGS) $(TEST_SUITE_all) # Unit testing testing, system or compose test.unit.%: $(GOTEST)