summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am32
-rw-r--r--test/test-device.c (renamed from test/device.c)0
-rw-r--r--test/test-gestures.c (renamed from test/gestures.c)0
-rw-r--r--test/test-keyboard.c (renamed from test/keyboard.c)0
-rw-r--r--test/test-log.c (renamed from test/log.c)0
-rw-r--r--test/test-misc.c (renamed from test/misc.c)0
-rw-r--r--test/test-pad.c (renamed from test/pad.c)0
-rw-r--r--test/test-path.c (renamed from test/path.c)0
-rw-r--r--test/test-pointer.c (renamed from test/pointer.c)0
-rw-r--r--test/test-tablet.c (renamed from test/tablet.c)0
-rw-r--r--test/test-touch.c (renamed from test/touch.c)0
-rw-r--r--test/test-touchpad-buttons.c (renamed from test/touchpad-buttons.c)0
-rw-r--r--test/test-touchpad-tap.c (renamed from test/touchpad-tap.c)0
-rw-r--r--test/test-touchpad.c (renamed from test/touchpad.c)0
-rw-r--r--test/test-trackball.c (renamed from test/trackball.c)0
-rw-r--r--test/test-trackpoint.c (renamed from test/trackpoint.c)0
-rw-r--r--test/test-udev.c (renamed from test/udev.c)0
17 files changed, 16 insertions, 16 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index c072bdee..392d904a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -101,22 +101,22 @@ if RUN_TESTS
TESTS = $(run_tests) symbols-leak-test
endif
-libinput_test_suite_runner_SOURCES = udev.c \
- path.c \
- pointer.c \
- touch.c \
- log.c \
- tablet.c \
- pad.c \
- touchpad.c \
- touchpad-tap.c \
- touchpad-buttons.c \
- trackpoint.c \
- trackball.c \
- misc.c \
- keyboard.c \
- device.c \
- gestures.c
+libinput_test_suite_runner_SOURCES = test-udev.c \
+ test-path.c \
+ test-pointer.c \
+ test-touch.c \
+ test-log.c \
+ test-tablet.c \
+ test-pad.c \
+ test-touchpad.c \
+ test-touchpad-tap.c \
+ test-touchpad-buttons.c \
+ test-trackpoint.c \
+ test-trackball.c \
+ test-misc.c \
+ test-keyboard.c \
+ test-device.c \
+ test-gestures.c
libinput_test_suite_runner_CFLAGS = $(AM_CFLAGS) -DLIBINPUT_LT_VERSION="\"$(LIBINPUT_LT_VERSION)\""
libinput_test_suite_runner_LDADD = $(TEST_LIBS)
diff --git a/test/device.c b/test/test-device.c
index af39508a..af39508a 100644
--- a/test/device.c
+++ b/test/test-device.c
diff --git a/test/gestures.c b/test/test-gestures.c
index ce1012d4..ce1012d4 100644
--- a/test/gestures.c
+++ b/test/test-gestures.c
diff --git a/test/keyboard.c b/test/test-keyboard.c
index 780506aa..780506aa 100644
--- a/test/keyboard.c
+++ b/test/test-keyboard.c
diff --git a/test/log.c b/test/test-log.c
index 99882670..99882670 100644
--- a/test/log.c
+++ b/test/test-log.c
diff --git a/test/misc.c b/test/test-misc.c
index 00399d4d..00399d4d 100644
--- a/test/misc.c
+++ b/test/test-misc.c
diff --git a/test/pad.c b/test/test-pad.c
index e2651e68..e2651e68 100644
--- a/test/pad.c
+++ b/test/test-pad.c
diff --git a/test/path.c b/test/test-path.c
index 0890d3e0..0890d3e0 100644
--- a/test/path.c
+++ b/test/test-path.c
diff --git a/test/pointer.c b/test/test-pointer.c
index e0cd0646..e0cd0646 100644
--- a/test/pointer.c
+++ b/test/test-pointer.c
diff --git a/test/tablet.c b/test/test-tablet.c
index 212ef0cd..212ef0cd 100644
--- a/test/tablet.c
+++ b/test/test-tablet.c
diff --git a/test/touch.c b/test/test-touch.c
index 0e091aa3..0e091aa3 100644
--- a/test/touch.c
+++ b/test/test-touch.c
diff --git a/test/touchpad-buttons.c b/test/test-touchpad-buttons.c
index 2beb637f..2beb637f 100644
--- a/test/touchpad-buttons.c
+++ b/test/test-touchpad-buttons.c
diff --git a/test/touchpad-tap.c b/test/test-touchpad-tap.c
index 7acd0bad..7acd0bad 100644
--- a/test/touchpad-tap.c
+++ b/test/test-touchpad-tap.c
diff --git a/test/touchpad.c b/test/test-touchpad.c
index 267d9a45..267d9a45 100644
--- a/test/touchpad.c
+++ b/test/test-touchpad.c
diff --git a/test/trackball.c b/test/test-trackball.c
index 28639ad0..28639ad0 100644
--- a/test/trackball.c
+++ b/test/test-trackball.c
diff --git a/test/trackpoint.c b/test/test-trackpoint.c
index e9ba0271..e9ba0271 100644
--- a/test/trackpoint.c
+++ b/test/test-trackpoint.c
diff --git a/test/udev.c b/test/test-udev.c
index ba6a10d9..ba6a10d9 100644
--- a/test/udev.c
+++ b/test/test-udev.c