From 3a9c8aa77d80c67ba87eea22d3cffc292e69978e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 10 Aug 2018 11:54:24 +1000 Subject: [PATCH] meson.build: the selftest doesn't need all litest sources Drops about 70 ninja targets. Signed-off-by: Peter Hutterer --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index b560918e..3ab920d7 100644 --- a/meson.build +++ b/meson.build @@ -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',