mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gthread: build unix tests only on unix
The build fails when compiling with mingw32. Correct the build of a unix tests on unix only. https://bugzilla.gnome.org/show_bug.cgi?id=649973
This commit is contained in:
parent
3f569d2b5b
commit
30672af7ff
@ -14,10 +14,12 @@ TEST_PROGS += 1bit-emufutex
|
|||||||
1bit_emufutex_CFLAGS = -DTEST_EMULATED_FUTEX
|
1bit_emufutex_CFLAGS = -DTEST_EMULATED_FUTEX
|
||||||
1bit_emufutex_LDADD = $(progs_ldadd) $(top_builddir)/gthread/libgthread-2.0.la
|
1bit_emufutex_LDADD = $(progs_ldadd) $(top_builddir)/gthread/libgthread-2.0.la
|
||||||
|
|
||||||
|
if OS_UNIX
|
||||||
TEST_PROGS += unix-multithreaded
|
TEST_PROGS += unix-multithreaded
|
||||||
unix_multithreaded_SOURCES = $(top_srcdir)/glib/tests/unix.c
|
unix_multithreaded_SOURCES = $(top_srcdir)/glib/tests/unix.c
|
||||||
unix_multithreaded_CFLAGS = -DTEST_THREADED
|
unix_multithreaded_CFLAGS = -DTEST_THREADED
|
||||||
unix_multithreaded_LDADD = $(progs_ldadd) $(top_builddir)/gthread/libgthread-2.0.la
|
unix_multithreaded_LDADD = $(progs_ldadd) $(top_builddir)/gthread/libgthread-2.0.la
|
||||||
|
endif
|
||||||
|
|
||||||
TEST_PROGS += atomic
|
TEST_PROGS += atomic
|
||||||
atomic_SOURCES = atomic.c
|
atomic_SOURCES = atomic.c
|
||||||
|
Loading…
Reference in New Issue
Block a user