mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
Only build actions test on unix
It depends on gdbus-sessionbus.c which only builds on unix.
This commit is contained in:
parent
322c6e9344
commit
aed6d01d14
@ -27,7 +27,6 @@ progs_ldadd = \
|
|||||||
|
|
||||||
TEST_PROGS += \
|
TEST_PROGS += \
|
||||||
io-stream \
|
io-stream \
|
||||||
actions \
|
|
||||||
memory-input-stream \
|
memory-input-stream \
|
||||||
memory-output-stream \
|
memory-output-stream \
|
||||||
readwrite \
|
readwrite \
|
||||||
@ -65,6 +64,7 @@ TEST_PROGS += \
|
|||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
TEST_PROGS += \
|
TEST_PROGS += \
|
||||||
|
actions \
|
||||||
gdbus-close-pending \
|
gdbus-close-pending \
|
||||||
gdbus-connection \
|
gdbus-connection \
|
||||||
gdbus-connection-flush \
|
gdbus-connection-flush \
|
||||||
@ -115,7 +115,6 @@ SAMPLE_PROGS = \
|
|||||||
gapplication-example-actions \
|
gapplication-example-actions \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
TEST_PROGS += \
|
TEST_PROGS += \
|
||||||
live-g-file \
|
live-g-file \
|
||||||
|
Loading…
Reference in New Issue
Block a user