mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-13 11:58:30 +01:00
glib tests: Compile new thread tests on win32
They accidentally got added inside of a 'if OS_UNIX'. Move them out.
This commit is contained in:
@@ -181,15 +181,6 @@ dataset_LDADD = $(progs_ldadd)
|
|||||||
TEST_PROGS += sort
|
TEST_PROGS += sort
|
||||||
sort_LDADD = $(progs_ldadd)
|
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
|
noinst_PROGRAMS += atomic
|
||||||
atomic_CFLAGS = $(INCLUDES)
|
atomic_CFLAGS = $(INCLUDES)
|
||||||
if HAVE_GCC
|
if HAVE_GCC
|
||||||
@@ -215,6 +206,15 @@ once_LDADD = $(progs_ldadd)
|
|||||||
TEST_PROGS += cond
|
TEST_PROGS += cond
|
||||||
cond_LDADD = $(progs_ldadd)
|
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
|
#TEST_PROGS += include
|
||||||
#include_LDADD = $(progs_ldadd)
|
#include_LDADD = $(progs_ldadd)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user