Skip to content

Commit

Permalink
meson.build: the selftest doesn't need all litest sources
Browse files Browse the repository at this point in the history
Drops about 70 ninja targets.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Aug 13, 2018
1 parent 335554a commit 3a9c8aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Expand Up @@ -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',
Expand Down

0 comments on commit 3a9c8aa

Please sign in to comment.