mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 18:00:07 +01:00
meson.build: the selftest doesn't need all litest sources
Drops about 70 ninja targets. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
335554a80e
commit
3a9c8aa77d
1 changed files with 1 additions and 2 deletions
|
|
@ -773,10 +773,9 @@ if get_option('tests')
|
|||
def_no_main,
|
||||
def_disable_backtrace
|
||||
]
|
||||
test_litest_selftest_sources = litest_sources + [
|
||||
test_litest_selftest_sources = [
|
||||
'test/litest-selftest.c',
|
||||
'test/litest.c',
|
||||
'test/litest-int.h',
|
||||
'test/litest.h'
|
||||
]
|
||||
test_litest_selftest = executable('test-litest-selftest',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue