2016-05-20 13:48:11 +00:00
|
|
|
########################################################
|
|
|
|
# Test Devices
|
|
|
|
########################################################
|
|
|
|
set( testLibinputDevice_SRCS device_test.cpp mock_libinput.cpp ../../libinput/device.cpp )
|
|
|
|
add_executable(testLibinputDevice ${testLibinputDevice_SRCS})
|
2016-05-30 13:06:30 +00:00
|
|
|
target_link_libraries( testLibinputDevice Qt5::Test)
|
2016-05-20 13:48:11 +00:00
|
|
|
add_test(kwin-testLibinputDevice testLibinputDevice)
|
|
|
|
ecm_mark_as_test(testLibinputDevice)
|