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 27 28 29 30 31
|
Source: jtreg
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Guillaume Mazoyer <respawneral@gmail.com>
Build-Depends: debhelper (>= 10), javahelper, help2man
Build-Depends-Indep: default-jdk,
libjtharness-java,
ant,
javahelp2,
libxalan2-java,
testng
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jtreg.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jtreg.git
Homepage: http://openjdk.java.net/jtreg
Package: jtreg
Architecture: all
Depends: ${java:Depends},
${misc:Depends},
libjtharness-java,
javahelp2,
libxalan2-java
Recommends: testng
Description: Regression Test Harness for the OpenJDK platform
jtreg is the test harness used by the OpenJDK test framework.
This framework is intended primarily for regression tests.
It can also be used for unit tests, functional tests, and even simple product
tests -- in other words, just about any type of test except a conformance test,
which belong in a TCK.
|