Skip to content

Commit 08e535b

Browse files
committed
Makefile: add test-functional target
Signed-off-by: joshjms <joshjms1607@gmail.com>
1 parent 74fdeaa commit 08e535b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ test:
154154
test-unit:
155155
PASSES="unit" ./test $(GO_TEST_FLAGS)
156156

157+
.PHONY: test-functional
158+
test-functional: build
159+
PASSES="functional" ./test $(GO_TEST_FLAGS)
160+
157161
.PHONY: test-integration
158162
test-integration:
159163
PASSES="integration" ./test $(GO_TEST_FLAGS)

0 commit comments

Comments
 (0)