summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2011-05-15build: collapse all Makefile.am files into a single non-recursive one.Diego Elio Pettenò
With this change, the whole of the build is done non-recursively in the top-level Makefile.am. This reduces the amount of overhead due to recursing into directories only to build one file. Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com> Signed-off-by: Christoph Brill <egore911@egore911.de>
2011-04-11Add 'include' directory for test.Trevor Woerner
The binaries in the test directory won't build successfully for me without adding this include path. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-04Only build tests when unit tests are enabled.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
2011-04-04test: add another test to ensure HW state changes on known values only.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-04test: Add some tests for HW state changes.Peter Hutterer
Includes basic finger counting test, some button tests and axis tests. These tests simply check that the HW state changes reflect the events pumped in. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-04Add basic framework for unit-testing.Peter Hutterer
Also adds a bunch of fake symbols so we can link. Note that any of these symbols will return false, 0 or whatever the zero value for the symbol is. Care must be taken when writing test that this doesn't screw up the test. Tests are always built but only run on make check. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-03-18Remove unused test directory (#35043)Peter Hutterer
The two files are for testing the actual synaptics protocol, a task that is handled by the kernel these days. These haven't been built for years either, suggesting limited use. X.Org Bug 35043 <http://bugs.freedesktop.org/show_bug.cgi?id=35043> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Cyril Brulebois <kibi@debian.org>
2006-04-09Cosmetic changes.Peter Osterlund
2006-04-09Moved testprotokoll.c to the test directory.Peter Osterlund
2006-04-09Removed trailing whitespace.Peter Osterlund
2006-04-09Merged some stuff from version 0.11.3.Peter Osterlund