forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
26 lines (26 loc) · 1.04 KB
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>benchmarks</herd>
<maintainer>
<email>[email protected]</email>
<name>Markos Chandras</name>
</maintainer>
<use>
<flag name="open-posix">Build and install the POSIX testsuite</flag>
<flag name="pm">Build and install the power management testsuite</flag>
<flag name="expect">Build against the expect library for interactive testing</flag>
<flag name="rt">Build and install the realtime testsuite</flag>
</use>
<longdescription>
The Linux Test Project is a joint project started by SGI and maintained by
IBM, that has a goal to deliver test suites to the open source community
that validate the reliability, robustness, and stability of Linux. The LTP
testsuite contains a collection of tools for testing the Linux kernel and
related features.
</longdescription>
<upstream>
<remote-id type="sourceforge">ltp</remote-id>
<remote-id type="github">linux-test-project/ltp</remote-id>
</upstream>
</pkgmetadata>