test: split button tests into separate binary
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 23 Jul 2015 01:29:32 +0000 (11:29 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 23 Jul 2015 22:48:19 +0000 (08:48 +1000)
commit2a11010467e977c05225e97cb42f81ab40b6d220
tree3b1378f5a7efe96d974c1bd8caa1ac1a4d7f53ed
parente4a43c19b19ea55aa839fbba8cf6c328254a4442
test: split button tests into separate binary

We're again hitting the fork ulimits again (see also 9c2afae14) causing test
case failures in the valgrind run of the touchpad test.
Split out the touchpad button tests so we don't require special ulimits on
test boxes.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
test/Makefile.am
test/touchpad-buttons.c [new file with mode: 0644]
test/touchpad.c