mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-09 16:50:19 +01:00
test: use the TEST_CFLAGS for all tests
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0d31f9e8b1
commit
b2c82046fd
1 changed files with 3 additions and 3 deletions
|
|
@ -64,17 +64,17 @@ test_log_LDADD = $(TEST_LIBS)
|
|||
test_log_LDFLAGS = -static
|
||||
|
||||
test_touchpad_SOURCES = touchpad.c
|
||||
test_touchpad_CFLAGS = $(AM_CPPFLAGS)
|
||||
test_touchpad_CFLAGS = $(TEST_CFLAGS)
|
||||
test_touchpad_LDADD = $(TEST_LIBS)
|
||||
test_touchpad_LDFLAGS = -static
|
||||
|
||||
test_misc_SOURCES = misc.c
|
||||
test_misc_CFLAGS = $(AM_CPPFLAGS)
|
||||
test_misc_CFLAGS = $(TEST_CFLAGS)
|
||||
test_misc_LDADD = $(TEST_LIBS)
|
||||
test_misc_LDFLAGS = -static
|
||||
|
||||
test_keyboard_SOURCES = keyboard.c
|
||||
test_keyboard_CFLAGS = $(AM_CPPFLAGS)
|
||||
test_keyboard_CFLAGS = $(TEST_CFLAGS)
|
||||
test_keyboard_LDADD = $(TEST_LIBS)
|
||||
test_keyboard_LDFLAGS = -static
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue