diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-08-10 11:54:24 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-08-13 11:08:32 +1000 |
commit | 3a9c8aa77d80c67ba87eea22d3cffc292e69978e (patch) | |
tree | d71c18bb147d125742e4035e74020befb4774596 /meson.build | |
parent | 335554a80e721457c75f34f158d6111833f4b253 (diff) | |
download | libinput-3a9c8aa77d80c67ba87eea22d3cffc292e69978e.tar.gz |
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>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 1 insertions, 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', |