aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-04-25tests: Use strace to track syscallsAlexey Gladkov35-105143/+15939
2023-04-24font: Leverage KD_FONT_OP_GET/SET_TALL font operationsSamuel Thibault1-0/+6
2023-01-02tests: Add more testcases for setvtrgbAlexey Gladkov2-3/+46
2022-06-16The tests do not depend on the data in srcdir/dataAlexey Gladkov29-29/+5697
2022-01-14CI: Fix tests after pt-latin9 changeAlexey Gladkov1-1/+1146
2021-10-27Github-CIAlexey Gladkov1-3/+3
2021-10-25Add Gitlab CIAlexey Gladkov40-16112/+16021
2021-10-04Add hexadecimal file support for setvtrgb.Andre Schmidt1-0/+7
2020-09-25libkeymap: note about --unicode useJiri Slaby1-2/+2
2020-09-24libkeymap: remove last ushortJiri Slaby1-1/+1
2020-08-11Do not install internal libraryAlexey Gladkov1-2/+5
2020-06-10tests: Verify that dumpkeys generates a loadable keymapAlexey Gladkov3-0/+16
2020-06-08Upgrade gettext infrastructureAlexey Gladkov3-3/+3
2020-04-15Add to kfont function to manipulate unicode tablesAlexey Gladkov1-1/+1
2020-02-23libkeymap: Fix mk_mapname for the plain mapAlexey Gladkov1-1/+1
2020-02-07libtswrap: fix -Wsign-conversionAlexey Gladkov1-5/+5
2020-02-06Travis: add arm64, ppc64le, s390x archesAlexey Gladkov9-0/+34
2020-02-05Fix warnings from -Wincompatible-pointer-typesOleg Bulatov10-10/+10
2019-09-26libkeymap: Fix the compatibility with the busybox's loadkmapAlexey Gladkov6-1/+28
2019-09-06Add e2e tests for some utilitiesAlexey Gladkov54-30/+117650
2019-09-02Use autotestAlexey Gladkov61-255/+385
2019-08-21libkbdfile: Check compression suffix even if the suffix is part of filenameAlexey Gladkov5-0/+41
2019-07-24Update travis-ciAlexey Gladkov1-0/+96
2019-07-23tests: Do not use glibc-specific functionsAlexey Gladkov35-173/+241
2019-06-26Initialize the kbdfile context internally if necessaryAlexey Gladkov12-74/+12
2019-06-22Refactor tests and remove dependency on libcheckAlexey Gladkov57-1623/+2004
2018-06-27Rewrite libkbdfile libraryAlexey Gladkov19-71/+548
2018-06-08Move common code to separate internal libraryAlexey Gladkov4-3/+5
2018-06-08Add code coverageAlexey Gladkov10-638/+535
2018-06-06Remove garbageAlexey Gladkov5-0/+0
2017-08-30Rename libfindfile -> src/libkbdfileAlexey Gladkov6-2/+2
2017-08-29Add includes to fix buildAlexey Gladkov1-0/+2
2016-12-19Reformat source code in the single styleAlexey Gladkov10-641/+606
2016-11-14Fix testsAlexey Gladkov2-230/+231
2016-04-02tests: Fix typo in dumpkeys-fulltableFelix Janda1-1/+1
2016-02-23Link against libintl when neededThomas Petazzoni1-1/+1
2015-05-12Remove dependency on <linux/types.h> by writing out u_char and u_shortFelix Janda1-17/+16
2014-06-26Change API for working with list of functionsAlexey Gladkov1-1/+1
2014-06-26Change the API for working with the diacritical tableAlexey Gladkov1-1/+1
2014-06-23Change lk_add_diacr declarationAlexey Gladkov1-1/+6
2013-11-01Disable arch-specific test for nowAlexey Gladkov1-1/+2
2013-10-07Fix alt_is_meta regressionAlexey Gladkov5-2/+109
2013-07-28Move lk_ctx content to private part of libraryAlexey Gladkov8-174/+153
2013-06-20Fix distcheckAlexey Gladkov3-4/+8
2013-06-18Create lk_table_shape flagAlexey Gladkov1-6/+7
2013-06-18Rename struct keymap to lk_ctxAlexey Gladkov8-146/+146
2013-06-07Rewrite accent_table to dynamic arrayAlexey Gladkov1-4/+1
2013-05-29lk_dump_bkeymap takes the output stream as argumentAlexey Gladkov1-1/+1
2013-05-26Remove static arrays for keymaps and keysAlexey Gladkov10-26/+794
2013-05-02Fix bug in previous commitAlexey Gladkov1-1/+1
2013-04-30Rename LKFLAG_* on LK_FLAG_*Alexey Gladkov1-1/+1
2013-04-29Replace prefer_unicode with LKFLAG_PREFER_UNICODEAlexey Gladkov1-1/+1
2013-04-23tests: Fix distcheckAlexey Gladkov4-20/+47
2013-04-18Add lk_get_charset functionAlexey Gladkov3-1/+111
2013-04-17Rename lk_remove_key to lk_del_key, unify arguments order of lk_*_key functionsAlexey Gladkov1-4/+4
2013-04-11Remove extra argument of lk_add_mapAlexey Gladkov1-33/+8
2013-04-09tests: Add test for keymaps lineAlexey Gladkov2-0/+1567
2013-04-09tests: Add lost testcaseAlexey Gladkov1-0/+1
2013-04-09tests: Add tests for dumpkeys functionsAlexey Gladkov6-2/+868
2013-04-02Add some testsAlexey Gladkov14-0/+1144