mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 14:47:27 -08:00
18 lines
660 B
XML
18 lines
660 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>sping@gentoo.org</email>
|
|
<name>Sebastian Pipping</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
CppTest is a portable and powerful, yet simple, unit testing framework for handling
|
|
automated tests in C++. The focus lies on usability and extendability.
|
|
Several output formats are supported and new ones are easily added.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">cpptest/cpptest</remote-id>
|
|
<remote-id type="sourceforge">cpptest</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|