Edit

kc3-lang/libxkbcommon/test/data

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2014-08-09 22:14:34
    Hash : 4df720b4
    Message : test/x11-keyseq: new test It is like test/stringcomp, only instead of using xkb_keymap_new_from_string(), it uses xkbcomp to upload the keymap to a dummy Xvfb X server and then xkb_x11_keymap_new_from_device(). If any of these components are not present or fails, the test is shown as skipped. The test is messy, fragile, limited and depends on external tools, but I will improve on that later -- it's better to have a test. Signed-off-by: Ran Benita <ran234@gmail.com>