mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 22:48:04 +02: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_no_main,
|
||||||
def_disable_backtrace
|
def_disable_backtrace
|
||||||
]
|
]
|
||||||
test_litest_selftest_sources = litest_sources + [
|
test_litest_selftest_sources = [
|
||||||
'test/litest-selftest.c',
|
'test/litest-selftest.c',
|
||||||
'test/litest.c',
|
'test/litest.c',
|
||||||
'test/litest-int.h',
|
|
||||||
'test/litest.h'
|
'test/litest.h'
|
||||||
]
|
]
|
||||||
test_litest_selftest = executable('test-litest-selftest',
|
test_litest_selftest = executable('test-litest-selftest',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue