d9c65a5ee5
Go assertion library (fork of stretchr/testify/require) This is a fork of stretchr's assertion library that does two things: It makes spotting differences in equality much easier. It uses repr and diffmatchpatch to display structural differences in colour. Aborts tests on first assertion failure (the same behaviour as stretchr/testify/require).
16 lines
428 B
Makefile
16 lines
428 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 07:46:43 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= go-assert
|
|
|
|
.if !defined(GO_ASSERT_BUILDLINK3_MK)
|
|
GO_ASSERT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_CONTENTS_FILTER.go-assert= ${EGREP} gopkg/
|
|
BUILDLINK_DEPMETHOD.go-assert?= build
|
|
|
|
BUILDLINK_API_DEPENDS.go-assert+= go-assert>=0.0.0.20170929
|
|
BUILDLINK_PKGSRCDIR.go-assert?= ../../devel/go-assert
|
|
|
|
.endif # GO_ASSERT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -go-assert
|