spiegel-keyman/linux/ibus-keyman/tests
Eberhard Beilharz 749112660d
chore(linux): Move some files to keyman-config
Some of the configuration files are useful for other distributions
as well. So this change moves them out of `debian/` to
`linux/keyman-config` so that they will be included in the source
tar ball.

Also remove zero-width space from one file.

Closes #8880.
2023-06-05 15:24:41 +02:00
..
scripts chore(linux): Move some files to keyman-config 2023-06-05 15:24:41 +02:00
ibusimcontext.c chore(linux): Build with meson instead of autotools 2023-01-30 16:32:38 +01:00
ibusimcontext.h chore(linux): Update copyright 2022-03-14 12:08:09 +01:00
KmDbusTestServer.cpp feat(linux): Refactor to benefit from C++ RAII 2023-05-22 19:51:45 +02:00
meson.build feat(linux): Refactor to benefit from C++ RAII 2023-05-22 19:51:45 +02:00
README.md refactor(common): move core baseline tests into common 2023-03-28 05:20:45 +07:00
StopTestServer.cpp feat(linux): Refactor to benefit from C++ RAII 2023-05-22 19:51:45 +02:00
testfixture.cpp feat(linux): Refactor to benefit from C++ RAII 2023-05-22 19:51:45 +02:00
testmodule.c chore(linux): Fix warnings 2023-01-26 16:58:27 +01:00
testmodule.h chore(linux): Fix warnings 2023-01-26 16:58:27 +01:00

ibus-keyman integration tests

The ibus-keyman integration tests run the tests defined in common/test/keyboards/baseline. The tests run in a separate Xephyr session. Any dconf settings that have to be set during the tests are stored in ~/.config/glib-2.0/settings/keyfile.

Running tests

The tests get run as part of building ibus-keyman, more specifically when running make check.

Run all tests

All tests can be run with the test script:

scripts/run-tests.sh

Run specific tests

To run a single test you pass the testname (as found in common/test/keyboards/baseline). Multiple tests should be separated by space.

scripts/run-tests.sh -- k_000___null_keyboard k_005___nul_with_initial_context