summaryrefslogtreecommitdiff
blob: 20be587629d782011b9813189fb40c39ca953560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<longdescription>
		Allows tests such as QuickCheck properties and HUnit test cases to be assembled into test groups, run in
		parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by
		command line options. All of this comes with colored test output, progress reporting and test statistics output.
	</longdescription>
</pkgmetadata>