summaryrefslogtreecommitdiff
blob: 61ed570dbcb4c23a6e500657ed89941c3248b4f7 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>hwoarang@gentoo.org</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>