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>
7 lines
276 B
Plaintext
7 lines
276 B
Plaintext
AT_SETUP([setfont (path/UniCyrExt_8x16.psf)])
|
|
AT_KEYWORDS([e2e setfont memcheck])
|
|
AT_SKIP_IF([ test "$SANDBOX" != "priviliged" ])
|
|
AT_SKIP_IF([ test -z "$HAVE_VGA" ])
|
|
E2E_CHECK(["$abs_top_builddir/src/setfont" -v "$abs_srcdir/data/consolefonts/UniCyrExt_8x16.psf"])
|
|
AT_CLEANUP
|