From 5d6acf8568412a9429018d20382979aedd984140 Mon Sep 17 00:00:00 2001 From: Alexandros Frantzis Date: Mon, 4 Dec 2017 15:34:03 +0200 Subject: tests: Move wl_pointer tests to their own file Move wl_pointer tests from event-test.c to their own pointer-test.c file. This move makes the test organization clearer and more consistent, and will make addition of further pointer tests easier. Signed-off-by: Alexandros Frantzis Reviewed-by: Pekka Paalanen --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a7ec60b7..7adc6254 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1226,7 +1226,7 @@ weston_tests = \ bad_buffer.weston \ keyboard.weston \ event.weston \ - button.weston \ + pointer.weston \ text.weston \ presentation.weston \ viewporter.weston \ @@ -1383,9 +1383,9 @@ event_weston_SOURCES = tests/event-test.c event_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS) event_weston_LDADD = libtest-client.la -button_weston_SOURCES = tests/button-test.c -button_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS) -button_weston_LDADD = libtest-client.la +pointer_weston_SOURCES = tests/pointer-test.c +pointer_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS) +pointer_weston_LDADD = libtest-client.la devices_weston_SOURCES = tests/devices-test.c devices_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS) -- cgit v1.2.3