mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 06:57:59 +02:00
junit-team/junit5 -> junit-team/junit-framework Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/42795 Signed-off-by: Florian Schmaus <flow@gentoo.org>
18 lines
903 B
XML
18 lines
903 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
<name>Java</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">junit-team/junit-framework</remote-id>
|
|
<remote-id type="github">junit-team/junit4</remote-id>
|
|
<remote-id type="sourceforge">junit</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="migration-support" restrict=">=dev-java/junit-5">Include the junit-jupiter-migrationsupport module, which helps with migration from JUnit 4 to JUnit Jupiter</flag>
|
|
<flag name="suite" restrict=">=dev-java/junit-5">Include the JUnit Platform Suite Engine, which adds test suite support</flag>
|
|
<flag name="vintage" restrict=">=dev-java/junit-5">Include JUnit Vintage, which allows JUnit 5 to run JUnit 3 and JUnit 4 tests</flag>
|
|
</use>
|
|
</pkgmetadata>
|