mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git
synced 2026-01-26 14:13:24 +00:00
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>
6 lines
300 B
Plaintext
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
|