Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libinput
libinput
Commits
04ff6d3f
Commit
04ff6d3f
authored
Aug 08, 2018
by
Peter Hutterer
Browse files
meson.build: drop the now-unused liblitest
Signed-off-by:
Peter Hutterer
<
peter.hutterer@who-t.net
>
parent
0a5dc169
Changes
1
Show whitespace changes
Inline
Side-by-side
meson.build
View file @
04ff6d3f
...
...
@@ -660,7 +660,7 @@ if get_option('tests')
dep_libsystemd = dependency('libsystemd', version : '>= 221', required : false)
config_h.set10('HAVE_LIBSYSTEMD', dep_libsystemd.found())
lib_
litest_sources = [
litest_sources = [
'test/litest.h',
'test/litest-int.h',
'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'))
config_h.set_quoted('LIBINPUT_DEVICE_GROUPS_RULES_FILE',
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_disable_backtrace = '-DLITEST_DISABLE_BACKTRACE_LOGGING'
...
...
@@ -779,7 +773,7 @@ if get_option('tests')
def_no_main,
def_disable_backtrace
]
test_litest_selftest_sources =
lib_
litest_sources + [
test_litest_selftest_sources = litest_sources + [
'test/litest-selftest.c',
'test/litest.c',
'test/litest-int.h',
...
...
@@ -793,7 +787,7 @@ if get_option('tests')
install : false)
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.c',
'test/test-udev.c',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment