Skip to content

Commit

Permalink
Merge pull request projectcontour#15 from lrouquette/v2cc3c38-adobe-u…
Browse files Browse the repository at this point in the history
…nit-tests-adobe

unit tests for adobe customization
  • Loading branch information
phylake authored Jan 3, 2020
2 parents e56e37a + 9b189a0 commit 47ce976
Show file tree
Hide file tree
Showing 5 changed files with 1,739 additions and 89 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ test-race: | test
test-adobe:
CIDR_LIST_PATH= ZZZ_NO_SYNC_XDS=true go test -count=1 -mod=readonly $(MODULE)/...

test-adobe-only:
CIDR_LIST_PATH= ZZZ_NO_SYNC_XDS=true go test -count=1 -mod=readonly $(MODULE)/... --run TestAdobe

vet: | test
go vet $(MODULE)/...

Expand Down
Loading

0 comments on commit 47ce976

Please sign in to comment.