blob: 09f737ecd670d8afcd5f6dc51c8e46c8df00758d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
<upstream>
<remote-id type="cpe">cpe:/a:junit:junit4</remote-id>
</upstream>
<use>
<flag name="migration-support">Include the junit-jupiter-migrationsupport module, which helps with migration from JUnit 4 to JUnit Jupiter</flag>
<flag name="suite">Include the JUnit Platform Suite Engine, which adds test suite support</flag>
<flag name="vintage">Include JUnit Vintage, which allows JUnit 5 to run JUnit 3 and JUnit 4 tests</flag>
</use>
<origin>gentoo-staging</origin>
</pkgmetadata>
|