diff options
Diffstat (limited to 'misc/tet/pkg-descr')
-rw-r--r-- | misc/tet/pkg-descr | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/misc/tet/pkg-descr b/misc/tet/pkg-descr deleted file mode 100644 index a8c3123d7ae6..000000000000 --- a/misc/tet/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -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/docs37.htm |