File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ PATH_TO_MK = ../../../mk
6
6
IMAGENAME = nff-go-test-cksum
7
7
EXECUTABLES = testCksum
8
8
9
+ .PHONY : testing
9
10
testing : check-pktgen
10
- go test -v -test.timeout 15m
11
+ go test -v -tags " ${GO_BUILD_TAGS} " - test.timeout 15m
11
12
12
13
include $(PATH_TO_MK ) /leaf.mk
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ EXECUTABLES = testMerge
9
9
all :
10
10
cp ../../framework/main/config.json .
11
11
12
+ .PHONY : testing
12
13
testing : check-pktgen
13
- go test -v -test.timeout 20m
14
+ go test -v -tags " ${GO_BUILD_TAGS} " - test.timeout 20m
14
15
15
16
include $(PATH_TO_MK ) /leaf.mk
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ EXECUTABLES = testSingleWorkingFF
9
9
all :
10
10
cp ../../framework/main/config.json .
11
11
12
+ .PHONY : testing
12
13
testing : check-pktgen
13
- go test
14
+ go test -v -tags " ${GO_BUILD_TAGS} "
14
15
15
16
include $(PATH_TO_MK ) /leaf.mk
You can’t perform that action at this time.
0 commit comments