Skip to content

Commit

Permalink
Only build actions test on unix
Browse files Browse the repository at this point in the history
It depends on gdbus-sessionbus.c which only builds on unix.
  • Loading branch information
alexlarsson committed Mar 20, 2012
1 parent 322c6e9 commit aed6d01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gio/tests/Makefile.am
Expand Up @@ -27,7 +27,6 @@ progs_ldadd = \

TEST_PROGS += \
io-stream \
actions \
memory-input-stream \
memory-output-stream \
readwrite \
Expand Down Expand Up @@ -65,6 +64,7 @@ TEST_PROGS += \

if OS_UNIX
TEST_PROGS += \
actions \
gdbus-close-pending \
gdbus-connection \
gdbus-connection-flush \
Expand Down Expand Up @@ -115,7 +115,6 @@ SAMPLE_PROGS = \
gapplication-example-actions \
$(NULL)


if OS_UNIX
TEST_PROGS += \
live-g-file \
Expand Down

0 comments on commit aed6d01

Please sign in to comment.