summaryrefslogtreecommitdiff
path: root/test/common.c
Commit message (Expand)AuthorAgeFilesLines
* Possible fix for non-MSVC windows compilersRan Benita2023-04-111-3/+3
* test: move mkdir & mkdtemp calls to common place and fix them on MSVCRan Benita2022-09-241-0/+47
* Add asprintf_safe helper functionPeter Hutterer2020-07-131-4/+3
* test: drop some now-obsolete functionsPeter Hutterer2020-06-251-125/+0
* test: untangle interactive-evdev from the test headersPeter Hutterer2020-06-251-28/+0
* MSVC: Provide implementations of test_{dis,en}able_stdin_echoAdrian Perez de Castro2019-12-281-3/+24
* MSVC: Use <io.h> as an alternative for <unistd.h>Adrian Perez de Castro2019-12-281-0/+4
* Open files in binary modeRan Benita2019-12-281-1/+1
* test/common: avoid double // in pathRan Benita2019-12-281-1/+2
* test/common: simplify test_get_path()Ran Benita2019-12-281-12/+10
* build: include config.h manuallyRan Benita2019-12-271-0/+2
* test: remove a superfluous string-is-null checkPeter Hutterer2019-11-071-1/+1
* test: fix a potential memory leakPeter Hutterer2019-11-071-1/+3
* test: fix printf("%s", NULL) in error pathRan Benita2019-10-191-1/+1
* test: allow for absolute paths to be resolvedPeter Hutterer2018-08-211-0/+3
* build: use top_srcdir consistentlyRan Benita2017-07-311-1/+1
* state: allow different modes for calculating consumed modifiersRan Benita2016-10-311-2/+4
* test: use termios instead of system() for disabling terminal echoRan Benita2016-05-051-0/+23
* test/common: print keycode in decimal not hexRan Benita2015-02-031-1/+1
* test/interactive-evdev: add compose supportRan Benita2014-10-051-13/+30
* state: fix consumed modifier calculationRan Benita2014-03-271-0/+6
* state: add xkb_state_key_get_{utf8,utf32}() API functionsRan Benita2014-03-221-12/+2
* test: don't print control characters in interactive testsRan Benita2014-02-071-1/+1
* test: rename test/interactive to interactive-evdevRan Benita2014-01-131-0/+102
* Fix some cppcheck warningsRan Benita2014-01-111-1/+1
* test/keyseq: add de(neo) Level{6,7,8} testsRan Benita2013-07-251-0/+9
* Get rid of the usage of PATH_MAXPino Toscano2013-07-241-7/+34
* keymap: add xkb_keymap_new_from_buffer()David Herrmann2013-04-011-0/+15
* test: Add va_list variant of test_key_seqDaniel Stone2013-03-191-6/+14
* Allow NULL rmlvo for xkb_keymap_new_from_namesDaniel Stone2013-03-191-6/+10
* test: Suppress RMLVO environment inheritance by defaultDaniel Stone2013-03-191-1/+15
* test: Add flags argument to test_get_context()Daniel Stone2013-03-191-1/+1
* test: Move test_key_seq to common.cDaniel Stone2013-03-191-0/+92
* Don't use xkbcommon-compat names in internal codeRan Benita2012-09-241-5/+5
* Organize src/ and test/ headersRan Benita2012-09-161-5/+0
* Copyright updatesDaniel Stone2012-09-121-3/+7
* Set log level for tests through env, not directlyRan Benita2012-09-031-3/+0
* log: replace "priority" by "level" everywhereRan Benita2012-09-031-1/+1
* Add xkb_log_level enum rather than using syslogDaniel Stone2012-08-081-2/+1
* Increase log verbosity in testsDaniel Stone2012-08-081-0/+4
* Run source tree through uncrustifyDaniel Stone2012-07-171-26/+26
* Import dataset into test/data/Daniel Stone2012-07-121-2/+10
* Add a library of common test functionsDaniel Stone2012-07-121-0/+165