mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 11:30:06 +01:00
test: prefix all test source files with "test-"
They weren't originally prefixed but the various tests were, but now that we only have one test runner binary anyway, the prefix helps sorting the files easily within e.g. gcov results. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f8c9a2eebb
commit
5d66edc9f4
17 changed files with 16 additions and 16 deletions
|
|
@ -101,22 +101,22 @@ if RUN_TESTS
|
||||||
TESTS = $(run_tests) symbols-leak-test
|
TESTS = $(run_tests) symbols-leak-test
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libinput_test_suite_runner_SOURCES = udev.c \
|
libinput_test_suite_runner_SOURCES = test-udev.c \
|
||||||
path.c \
|
test-path.c \
|
||||||
pointer.c \
|
test-pointer.c \
|
||||||
touch.c \
|
test-touch.c \
|
||||||
log.c \
|
test-log.c \
|
||||||
tablet.c \
|
test-tablet.c \
|
||||||
pad.c \
|
test-pad.c \
|
||||||
touchpad.c \
|
test-touchpad.c \
|
||||||
touchpad-tap.c \
|
test-touchpad-tap.c \
|
||||||
touchpad-buttons.c \
|
test-touchpad-buttons.c \
|
||||||
trackpoint.c \
|
test-trackpoint.c \
|
||||||
trackball.c \
|
test-trackball.c \
|
||||||
misc.c \
|
test-misc.c \
|
||||||
keyboard.c \
|
test-keyboard.c \
|
||||||
device.c \
|
test-device.c \
|
||||||
gestures.c
|
test-gestures.c
|
||||||
|
|
||||||
libinput_test_suite_runner_CFLAGS = $(AM_CFLAGS) -DLIBINPUT_LT_VERSION="\"$(LIBINPUT_LT_VERSION)\""
|
libinput_test_suite_runner_CFLAGS = $(AM_CFLAGS) -DLIBINPUT_LT_VERSION="\"$(LIBINPUT_LT_VERSION)\""
|
||||||
libinput_test_suite_runner_LDADD = $(TEST_LIBS)
|
libinput_test_suite_runner_LDADD = $(TEST_LIBS)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue