Lightweight C++ API library for Lua
Go to file
Petr Šabata e80c82d958 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/lutok#da07f0a61297854fb290ef22e203d9dc8211e7dd
2020-10-15 18:47:32 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 18:47:32 +02:00
README.Fedora RHEL 9.0.0 Alpha bootstrap 2020-10-15 18:47:32 +02:00
lutok.spec RHEL 9.0.0 Alpha bootstrap 2020-10-15 18:47:32 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-15 18:47:32 +02:00

README.Fedora

This package provides the full collection of test programs to validate
the functionality of Lutok.

Because the Linux Standard Base does not recognize a /usr/tests/
directory (the standard location for ATF-based tests), the test suite is
installed within the libexec hierarchy.  In particular, such tests can
be found in /usr/libexec/lutok/tests/ .

In order to execute these tests, you need to install the kyua(1) tool
from the kyua-cli package.  Once that is done, you can simply run the
tests by issuing the following command:

    $ kyua test -k /usr/libexec/lutok/tests/Kyuafile