Skip to content

Commit

Permalink
Add the framework and mocks for testing udp_proxy.go
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronH88 committed Nov 14, 2024
1 parent 5b6f448 commit 0030c9d
Show file tree
Hide file tree
Showing 5 changed files with 642 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ coverage: build-all

test: receptor
PATH="${PWD}:${PATH}" \
$(GO) test $$($(GO) list ./... | grep -vE $(BLOCKLIST)) \
$(GO) test $$($(GO) list ./...) \
$(TESTCMD) \
-count=1 \
-race \
Expand Down
Loading

0 comments on commit 0030c9d

Please sign in to comment.