[NEW] devel/bcunit: Fork of defunct project CUnit, with several fixes and patches applied
This is BCUnit, a fork of the defunct project CUnit (see below), with several fixes and patches applied. CUnit is a Unit testing framework for C. The basic framework is platform/version independent and should be portable to all platforms. CUnit provides various interfaces to the framework, some of which are platform dependent (e.g. curses on *nix). Building other interfaces should be straightforward with the facilities provided in the framework. CUnit is built as either a static or shared library which provides framework support when linked into user testing code. The framework complies with the conventional structure of test cases bundled into suites which are registered with the framework for running. WWW: https://gitlab.linphone.org/BC/public/bcunit
This commit is contained in:
parent
0688a47b27
commit
ba44992d1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476277
5 changed files with 64 additions and 0 deletions
|
@ -196,6 +196,7 @@
|
|||
SUBDIR += bbfreeze-loader
|
||||
SUBDIR += bcc
|
||||
SUBDIR += bcpp
|
||||
SUBDIR += bcunit
|
||||
SUBDIR += bear
|
||||
SUBDIR += bennugd-core
|
||||
SUBDIR += bennugd-modules
|
||||
|
|
20
devel/bcunit/Makefile
Normal file
20
devel/bcunit/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bcunit
|
||||
PORTVERSION= 3.0.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Fork of defunct project CUnit, with several fixes and patches applied
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf cmake libtool pathfix pkgconfig
|
||||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= bofhbsd
|
||||
GL_COMMIT= d8d2f4b40209e06b400f893cce58e4c6ba73341d
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/bcunit/distinfo
Normal file
3
devel/bcunit/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1533202943
|
||||
SHA256 (bofhbsd-bcunit-d8d2f4b40209e06b400f893cce58e4c6ba73341d_GL0.tar.gz) = 73333731abd6dd1d4eb2dc2c6496364b44a8e4b4a164a95182591bad66852681
|
||||
SIZE (bofhbsd-bcunit-d8d2f4b40209e06b400f893cce58e4c6ba73341d_GL0.tar.gz) = 377266
|
16
devel/bcunit/pkg-descr
Normal file
16
devel/bcunit/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
This is BCUnit, a fork of the defunct project CUnit (see below), with several
|
||||
fixes and patches applied.
|
||||
|
||||
CUnit is a Unit testing framework for C.
|
||||
|
||||
The basic framework is platform/version independent and should be portable to
|
||||
all platforms. CUnit provides various interfaces to the framework, some of which
|
||||
are platform dependent (e.g. curses on *nix). Building other interfaces should
|
||||
be straightforward with the facilities provided in the framework.
|
||||
|
||||
CUnit is built as either a static or shared library which provides framework
|
||||
support when linked into user testing code. The framework complies with the
|
||||
conventional structure of test cases bundled into suites which are registered
|
||||
with the framework for running.
|
||||
|
||||
WWW: https://gitlab.linphone.org/BC/public/bcunit
|
24
devel/bcunit/pkg-plist
Normal file
24
devel/bcunit/pkg-plist
Normal file
|
@ -0,0 +1,24 @@
|
|||
include/BCUnit/Automated.h
|
||||
include/BCUnit/BCUnit.h
|
||||
include/BCUnit/BCUnit_intl.h
|
||||
include/BCUnit/Basic.h
|
||||
include/BCUnit/CUError.h
|
||||
include/BCUnit/Console.h
|
||||
include/BCUnit/MyMem.h
|
||||
include/BCUnit/TestDB.h
|
||||
include/BCUnit/TestRun.h
|
||||
include/BCUnit/Util.h
|
||||
lib/libbcunit.a
|
||||
lib/libbcunit.so
|
||||
lib/libbcunit.so.1.0.1
|
||||
libdata/pkgconfig/bcunit.pc
|
||||
share/BCUnit/BCUnit-List.dtd
|
||||
share/BCUnit/BCUnit-List.xsl
|
||||
share/BCUnit/BCUnit-Run.dtd
|
||||
share/BCUnit/BCUnit-Run.xsl
|
||||
share/BCUnit/Memory-Dump.dtd
|
||||
share/BCUnit/Memory-Dump.xsl
|
||||
share/BCunit/cmake/BcUnitConfig.cmake
|
||||
share/BCunit/cmake/BcUnitConfigVersion.cmake
|
||||
share/BCunit/cmake/BcUnitTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
share/BCunit/cmake/BcUnitTargets.cmake
|
Loading…
Reference in a new issue