mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 16:38:31 +02:00
meson.build: drop the now-unused liblitest
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0a5dc16976
commit
04ff6d3f04
1 changed files with 3 additions and 9 deletions
12
meson.build
12
meson.build
|
|
@ -660,7 +660,7 @@ if get_option('tests')
|
||||||
dep_libsystemd = dependency('libsystemd', version : '>= 221', required : false)
|
dep_libsystemd = dependency('libsystemd', version : '>= 221', required : false)
|
||||||
config_h.set10('HAVE_LIBSYSTEMD', dep_libsystemd.found())
|
config_h.set10('HAVE_LIBSYSTEMD', dep_libsystemd.found())
|
||||||
|
|
||||||
lib_litest_sources = [
|
litest_sources = [
|
||||||
'test/litest.h',
|
'test/litest.h',
|
||||||
'test/litest-int.h',
|
'test/litest-int.h',
|
||||||
'test/litest-device-acer-hawaii-keyboard.c',
|
'test/litest-device-acer-hawaii-keyboard.c',
|
||||||
|
|
@ -766,12 +766,6 @@ if get_option('tests')
|
||||||
join_paths(meson.build_root(), '80-libinput-test-device.rules'))
|
join_paths(meson.build_root(), '80-libinput-test-device.rules'))
|
||||||
config_h.set_quoted('LIBINPUT_DEVICE_GROUPS_RULES_FILE',
|
config_h.set_quoted('LIBINPUT_DEVICE_GROUPS_RULES_FILE',
|
||||||
join_paths(meson.build_root(), '80-libinput-device-groups.rules'))
|
join_paths(meson.build_root(), '80-libinput-device-groups.rules'))
|
||||||
lib_litest = static_library('litest',
|
|
||||||
lib_litest_sources,
|
|
||||||
include_directories : [includes_src, includes_include],
|
|
||||||
dependencies : deps_litest)
|
|
||||||
dep_litest = declare_dependency(link_with : lib_litest,
|
|
||||||
dependencies : deps_litest)
|
|
||||||
|
|
||||||
def_no_main = '-DLITEST_NO_MAIN'
|
def_no_main = '-DLITEST_NO_MAIN'
|
||||||
def_disable_backtrace = '-DLITEST_DISABLE_BACKTRACE_LOGGING'
|
def_disable_backtrace = '-DLITEST_DISABLE_BACKTRACE_LOGGING'
|
||||||
|
|
@ -779,7 +773,7 @@ if get_option('tests')
|
||||||
def_no_main,
|
def_no_main,
|
||||||
def_disable_backtrace
|
def_disable_backtrace
|
||||||
]
|
]
|
||||||
test_litest_selftest_sources = lib_litest_sources + [
|
test_litest_selftest_sources = litest_sources + [
|
||||||
'test/litest-selftest.c',
|
'test/litest-selftest.c',
|
||||||
'test/litest.c',
|
'test/litest.c',
|
||||||
'test/litest-int.h',
|
'test/litest-int.h',
|
||||||
|
|
@ -793,7 +787,7 @@ if get_option('tests')
|
||||||
install : false)
|
install : false)
|
||||||
test('test-litest-selftest', test_litest_selftest)
|
test('test-litest-selftest', test_litest_selftest)
|
||||||
|
|
||||||
libinput_test_runner_sources = lib_litest_sources + [
|
libinput_test_runner_sources = litest_sources + [
|
||||||
'src/libinput-util.h',
|
'src/libinput-util.h',
|
||||||
'src/libinput-util.c',
|
'src/libinput-util.c',
|
||||||
'test/test-udev.c',
|
'test/test-udev.c',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue