3
0

Enable the make test.all command

This commit is contained in:
Vivek Patel
2022-09-09 11:41:30 +05:30
parent f0bf220666
commit 70d9bbb512
+2 -4
View File
@@ -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)