summaryrefslogtreecommitdiff
path: root/src/test.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-03Use setvbuf() instead of setlinebuf()Jon TURNEY1-1/+1
setlinebuf() added in commit bcfa9123b41da8048450ed27aaeffff17b8eee99 is not in SuS v3, use the exactly equivalent C89 setvbuf() invocation for portability Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-08-20Increase interactiveness of test* outputNikolai Kondrashov1-0/+2
Force line buffering for test and test_xi2 to increase interactiveness and avoid losing data with non-terminal stdout. This fixes capturing xinput test* output into a file. Signed-off-by: Nikolai Kondrashov <spbnick@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-02-21Enclose property and device names in quotesPeter Hutterer1-2/+2
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
2008-01-15Replace Fred's name in the main license text with a general "The authors".Peter Hutterer1-4/+4
Makes it less messy to add authors. Frederic Lepied's permission obtained via email.
2007-12-20Remove leftover trailing whitespaces.Peter Hutterer1-20/+20
2007-11-08Death to RCS tags, remove compiler warning, get version from config.h.Peter Hutterer1-5/+2
2007-11-08Autotool the lot.Peter Hutterer1-0/+202