Skip to content
Snippets Groups Projects
Commit 2a110104 authored by Peter Hutterer's avatar Peter Hutterer
Browse files

test: split button tests into separate binary


We're again hitting the fork ulimits again (see also 9c2afae1) 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: default avatarPeter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
parent e4a43c19
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ endif
run_tests = \
test-touchpad \
test-touchpad-tap \
test-touchpad-buttons \
test-device \
test-gestures \
test-pointer \
......@@ -107,6 +108,10 @@ test_touchpad_tap_SOURCES = touchpad-tap.c
test_touchpad_tap_LDADD = $(TEST_LIBS)
test_touchpad_tap_LDFLAGS = -no-install
test_touchpad_buttons_SOURCES = touchpad-buttons.c
test_touchpad_buttons_LDADD = $(TEST_LIBS)
test_touchpad_buttons_LDFLAGS = -no-install
test_trackpoint_SOURCES = trackpoint.c
test_trackpoint_LDADD = $(TEST_LIBS)
test_trackpoint_LDFLAGS = -no-install
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment