[glib] glib tests: Compile new thread tests on win32
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] glib tests: Compile new thread tests on win32
- Date: Mon, 26 Sep 2011 13:06:44 +0000 (UTC)
commit 6bd959b7276c557ec70a363497d2c4e432ec294f
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Sep 26 09:05:53 2011 -0400
glib tests: Compile new thread tests on win32
They accidentally got added inside of a 'if OS_UNIX'. Move them out.
glib/tests/Makefile.am | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/glib/tests/Makefile.am b/glib/tests/Makefile.am
index 2846699..52125fb 100644
--- a/glib/tests/Makefile.am
+++ b/glib/tests/Makefile.am
@@ -181,15 +181,6 @@ dataset_LDADD = $(progs_ldadd)
TEST_PROGS += sort
sort_LDADD = $(progs_ldadd)
-if OS_UNIX
-
-TEST_PROGS += unix
-unix_LDADD = $(progs_ldadd)
-
-TEST_PROGS += unix-nothreads
-unix_nothreads_SOURCES = unix.c
-unix_nothreads_LDADD = $(progs_ldadd)
-
noinst_PROGRAMS += atomic
atomic_CFLAGS = $(INCLUDES)
if HAVE_GCC
@@ -215,6 +206,15 @@ once_LDADD = $(progs_ldadd)
TEST_PROGS += cond
cond_LDADD = $(progs_ldadd)
+if OS_UNIX
+
+TEST_PROGS += unix
+unix_LDADD = $(progs_ldadd)
+
+TEST_PROGS += unix-nothreads
+unix_nothreads_SOURCES = unix.c
+unix_nothreads_LDADD = $(progs_ldadd)
+
#TEST_PROGS += include
#include_LDADD = $(progs_ldadd)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]