Skip to content

Commit 3b9809b

Browse files
authored
Merge pull request #658 from intel-go/develop
Release 0.9.1
2 parents b6e11fb + 3ed9255 commit 3b9809b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

test/stability/testCksum/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ PATH_TO_MK = ../../../mk
66
IMAGENAME = nff-go-test-cksum
77
EXECUTABLES = testCksum
88

9+
.PHONY: testing
910
testing: check-pktgen
10-
go test -v -test.timeout 15m
11+
go test -v -tags "${GO_BUILD_TAGS}" -test.timeout 15m
1112

1213
include $(PATH_TO_MK)/leaf.mk

test/stability/testMerge/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ EXECUTABLES = testMerge
99
all:
1010
cp ../../framework/main/config.json .
1111

12+
.PHONY: testing
1213
testing: check-pktgen
13-
go test -v -test.timeout 20m
14+
go test -v -tags "${GO_BUILD_TAGS}" -test.timeout 20m
1415

1516
include $(PATH_TO_MK)/leaf.mk

test/stability/testSingleWorkingFF/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ EXECUTABLES = testSingleWorkingFF
99
all:
1010
cp ../../framework/main/config.json .
1111

12+
.PHONY: testing
1213
testing: check-pktgen
13-
go test
14+
go test -v -tags "${GO_BUILD_TAGS}"
1415

1516
include $(PATH_TO_MK)/leaf.mk

0 commit comments

Comments
 (0)