freebsd-ports/misc/tet/pkg-descr
Joseph Koshy 024dc1c99f Unbreak port by merging the build and install phases. Create a PLIST
dynamically so that pkg_delete works.  Make the Makefile and pkg-descr
portlint clean.
2004-08-24 03:01:01 +00:00

20 lines
1011 B
Plaintext

TET (Test Execution Toolkit) from the X/Open Consortium is a multi-platform
test scaffold for both distributed and non-distributed test suites.
TET allows the production of test suites sharing a common interface,
promoting sharing of test suites within and across organizations.
It allows facilities to execute test cases in several ways:
- Execution of non-distributed test cases on the local system.
- Execution of non-distributed test cases on one or more remote
systems.
- Execution of distributed test cases with the parts of each test
case executing simultaneously on either the local system and one
or more remote systems, or entirely on two or more remote systems.
- Execution of a single test case selected at random from a list of
test cases.
- Combinations of the above elements executing in parallel.
- Sequences of the above elements executing a specified number of
times or until some time period has expired.
WWW: http://tetworks.opengroup.org/documents/docs33.html