test: use the TEST_CFLAGS for all tests

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2014-06-02 16:18:30 +10:00
parent 0d31f9e8b1
commit b2c82046fd

View file

@ -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