mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 10:02:13 +00:00
cppunit: new package
CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output is in XML or text format for automatic testing and GUI based for supervised tests. http://www.freedesktop.org/wiki/Software/cppunit/ [Thomas: - change license to LGPLv2.1, since there is no indication that the "or later" option is used. - slightly rewrap text in Config.in file.] Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
a83aa48ea0
commit
c385bf1978
14
package/cppunit/cppunit.mk
Normal file
14
package/cppunit/cppunit.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# cppunit
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CPPUNIT_VERSION = 1.13.2
|
||||
CPPUNIT_SITE = http://dev-www.libreoffice.org/src
|
||||
CPPUNIT_INSTALL_STAGING = YES
|
||||
CPPUNIT_LICENSE = LGPLv2.1
|
||||
CPPUNIT_LICENSE_FILES = COPYING
|
||||
CPPUNIT_CONF_OPTS = --disable-doxygen
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user