summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas@radix.lt>2020-12-09 22:04:10 +0200
committerPovilas Kanapickas <povilas@radix.lt>2020-12-14 15:35:35 +0200
commit861ad1a8fe37f43f7cf25737672cf6b8ab7cadc1 (patch)
treebb5484209f2ca78b40e5cee17110897a6f8c13d0 /meson.build
parent30420fec40312403b6040d52934b0b9a9b9ee8ee (diff)
Implement an interface to Xorg via inputtest driver
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 000898e..a35c923 100644
--- a/meson.build
+++ b/meson.build
@@ -166,6 +166,8 @@ common_sources = files(
'tests/common/helpers.h',
'tests/common/device-interface.cpp',
'tests/common/device-interface.h',
+ 'tests/common/device-inputtest-interface.cpp',
+ 'tests/common/device-inputtest-interface.h',
'tests/common/video-driver-test.h',
)