[libdazzle] build: disable counters test on windows
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdazzle] build: disable counters test on windows
- Date: Sun, 3 Sep 2017 20:38:23 +0000 (UTC)
commit da49902b935a551fa63ef7be2b3b6fd4a331181c
Author: Christian Hergert <chergert redhat com>
Date: Sun Sep 3 13:38:11 2017 -0700
build: disable counters test on windows
tests/meson.build | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index fd370a0..f591599 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -287,11 +287,14 @@ test_ring = executable('test-ring', 'test-ring.c',
)
test('test-ring', test_ring, env: test_env)
+# Counters only run on UNIX-like systems currently
+if host_machine.system() != 'windows'
test_counters_window = executable('test-counters-window', 'test-counters-window.c',
c_args: test_cflags,
link_args: test_link_args,
dependencies: libdazzle_deps + [libdazzle_dep],
)
+endif
test_list_store = executable('test-list-store', 'test-list-store.c',
c_args: test_cflags,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]