kbd/tests/e2e-misc-psfxtable.at
Alexey Gladkov 79888e14fd
CI: Add valgrind check
A little test refactoring to add another kind of test - memory checking.
Not added to an existing E2E_RUN() because valgrind would interfere with
strace logging syscalls.

Signed-off-by: Alexey Gladkov <legion@kernel.org>
2025-03-28 11:08:11 +01:00

6 lines
300 B
Plaintext

AT_SETUP([psfxtable (get unicode table)])
AT_KEYWORDS([e2e psfxtable])
E2E_CHECK(["$abs_top_builddir/src/psfxtable" -i "$abs_srcdir/data/consolefonts/UniCyrExt_8x16.psf" -ot -])
E2E_COMPARE_STDOUT([sed -e "s@ /lib/kbd/@ $abs_srcdir/data/@" "$abs_srcdir/data/e2e/psfxtable-test01.stdout"])
AT_CLEANUP