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:
Peter Hutterer 2018-08-10 11:54:24 +10:00
parent 335554a80e
commit 3a9c8aa77d

View file

@ -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',