7e43968849
Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend. Features include: - Easy assertions - Mocking - HTTP response trapping - Testing suite interfaces and functions
15 lines
431 B
Makefile
15 lines
431 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/07/16 13:21:41 bsiegert Exp $
|
|
|
|
BUILDLINK_TREE+= go-testify
|
|
|
|
.if !defined(GO_TESTIFY_BUILDLINK3_MK)
|
|
GO_TESTIFY_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_CONTENTS_FILTER.go-testify= ${EGREP} gopkg/
|
|
BUILDLINK_DEPMETHOD.go-testify?= build
|
|
|
|
BUILDLINK_API_DEPENDS.go-testify+= go-testify>=1.1.3
|
|
BUILDLINK_PKGSRCDIR.go-testify?= ../../devel/go-testify
|
|
.endif # GO_TESTIFY_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -go-testify
|