[gjs] test/meson.build: Do not build on Windows
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] test/meson.build: Do not build on Windows
- Date: Mon, 28 Oct 2019 18:06:00 +0000 (UTC)
commit fae12687e279df5b37a1c378afbf0d51d2019bb0
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Oct 25 17:22:18 2019 +0800
test/meson.build: Do not build on Windows
The test program in test/ must be ported to Windows first, so don't
build it on Windows for now.
meson.build | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ea9d7b2a..46a2eae0 100644
--- a/meson.build
+++ b/meson.build
@@ -557,7 +557,12 @@ endif
### Tests and test setups ######################################################
-subdir('test')
+# Note: The test program in test/ needs to be ported
+# to Windows before we can build it on Windows.
+if host_machine.system() != 'windows'
+ subdir('test')
+endif
+
subdir('installed-tests')
valgrind_environment = environment()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]