[gobject-introspection/mr-28-rebase] meson: skip test_transformer on Windows for now



commit 4770c7c9645e6bbc0f19cdf13b989f3c1fc5ae64
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Jul 11 09:25:13 2018 +0200

    meson: skip test_transformer on Windows for now

 tests/scanner/meson.build | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/tests/scanner/meson.build b/tests/scanner/meson.build
index 3458c32e..cd8df991 100644
--- a/tests/scanner/meson.build
+++ b/tests/scanner/meson.build
@@ -5,9 +5,13 @@ scanner_test_env.append('PYTHONPATH', join_paths(meson.current_build_dir(), '../
 scanner_test_files = [
   'test_shlibs.py',
   'test_sourcescanner.py',
-  'test_transformer.py'
 ]
 
+# FIXME: Windows
+if host_system != 'windows'
+  scanner_test_files += ['test_transformer.py']
+endif
+
 foreach f : scanner_test_files 
   test(f, python3, args: files(f), env: scanner_test_env)
 endforeach


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]