[PATCH libinput 1/7] test: rename test-lid.c to test-switch.c
Peter Hutterer
peter.hutterer at who-t.net
Sun Apr 23 23:32:23 UTC 2017
So we can add other switch tests to it without confusing too many people.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
test/Makefile.am | 2 +-
test/{test-lid.c => test-switch.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename test/{test-lid.c => test-switch.c} (100%)
diff --git a/test/Makefile.am b/test/Makefile.am
index 1ff1406..542d9d2 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -121,7 +121,7 @@ libinput_test_suite_runner_SOURCES = test-udev.c \
test-keyboard.c \
test-device.c \
test-gestures.c \
- test-lid.c
+ test-switch.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/test-lid.c b/test/test-switch.c
similarity index 100%
rename from test/test-lid.c
rename to test/test-switch.c
--
2.9.3
More information about the wayland-devel
mailing list