Blame SOURCES/README.Fedora

393beb
This package provides the full collection of test programs to validate
393beb
the functionality of ATF, including all of its libraries and tools.
393beb
393beb
Because the Linux Standard Base does not recognize a /usr/tests/
393beb
directory (the standard location for ATF-based tests), the Fedora ATF
393beb
packages place its own test suite within the libexec hierarchy.  In
393beb
particular, such tests can be found in /usr/libexec/atf/tests/ .
393beb
393beb
In order to execute these tests, you need to go into the directory and
393beb
use either kyua(1) (provided by the kyua-cli package) or atf-run(1) to
393beb
run them.  It is highly recommended that you use kyua(1) instead of
393beb
atf-run(1), as the latter is deprecated in favor of the former.
393beb
393beb
As an example, you can simply do the following to run the full test
393beb
suite:
393beb
393beb
    $ kyua test -k /usr/libexec/atf/tests/Kyuafile
393beb
393beb
Or, using the deprecated tools:
393beb
393beb
    $ cd /usr/libexec/atf/tests/
393beb
    $ atf-run | atf-report