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>
15 lines
504 B
Plaintext
15 lines
504 B
Plaintext
AT_SETUP([getunimap (empty unimap)])
|
|
AT_KEYWORDS([e2e getunimap memcheck])
|
|
AT_SKIP_IF([ test "$SANDBOX" != "priviliged" ])
|
|
clrunimap || "$abs_top_builddir/src/clrunimap"
|
|
E2E_MEMCHECK(["$abs_top_builddir/src/getunimap"])
|
|
AT_CLEANUP
|
|
|
|
AT_SETUP([getunimap (cp866)])
|
|
AT_KEYWORDS([e2e getunimap memcheck])
|
|
AT_SKIP_IF([ test "$SANDBOX" != "priviliged" ])
|
|
clrunimap || "$abs_top_builddir/src/clrunimap"
|
|
loadunimap "$abs_srcdir/data/unimaps/cp866.uni"
|
|
E2E_MEMCHECK(["$abs_top_builddir/src/getunimap"])
|
|
AT_CLEANUP
|