From fc3b9c72841b00db7a594098fe7b3c245ffdb6c8 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 22 Jul 2018 15:35:03 +0200 Subject: ci: add a msvc job --- tests/scanner/meson.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/scanner/meson.build b/tests/scanner/meson.build index e64345a0..86c7d5da 100644 --- a/tests/scanner/meson.build +++ b/tests/scanner/meson.build @@ -4,7 +4,6 @@ scanner_test_env.append('PYTHONPATH', join_paths(meson.current_build_dir(), '../ scanner_test_files = [ 'test_shlibs.py', - 'test_sourcescanner.py', ] # FIXME: Windows @@ -12,6 +11,11 @@ if host_system != 'windows' scanner_test_files += ['test_transformer.py'] endif +# FIXME: MSVC +if cc.get_id() != 'msvc' + scanner_test_files += ['test_sourcescanner.py'] +endif + foreach f : scanner_test_files test(f, python, args: files(f), env: scanner_test_env) endforeach -- cgit v1.2.1