*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: kyua-plain-interface | Section: 7 | Source: MINIX | File: kyua-plain-interface.7
KYUA-PLAIN-INTERFACE(1) FreeBSD General Commands Manual NAME plain-interface - Description of the plain test program interface DESCRIPTION The plain test interface is the interface of test programs that return their pass/fail status as an exit code. While simple, this interface is what legacy test programs use and what test programs written with many other testing libraries use too. Kyua supports this interface for two main reasons: first, to simplify the incorporation of legacy test programs into a Kyua test suite; and, second, to ensure that the Kyua run-time engine does not become tied to a particular test interface. The results of a plain test are one of the following: passed If the test program exits with a success exit code; i.e. 0. failed If the test program exits with a failure exit code; i.e. not 0. broken If the test program exits due to any other reason (e.g. it crashes) or if it fails to be executed. Plain test programs are executed with the same isolation features as ATF test programs; see kyua-atf-interface(7). SEE ALSO kyua-test(1), kyuafile(5), kyua-atf-interface(7) FreeBSD 14.1-RELEASE-p8 September 9, 2012 FreeBSD 14.1-RELEASE-p8

Navigation Options