diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-06-25 18:23:30 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-06-25 18:23:30 +0100 |
commit | c6cbdf9ed99f82983dd529319475dd02c53ad2aa (patch) | |
tree | a7cb0844565b89e2a356f8f4b58cf475759cf44c | |
parent | a0dd0c8c240896a5dd205c1dbc51924b9d41f833 (diff) |
Fix builds without testsdbus-glib_0.100
-rw-r--r-- | test/manual/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/manual/Makefile.am b/test/manual/Makefile.am index 5a8dfd1..b028b6c 100644 --- a/test/manual/Makefile.am +++ b/test/manual/Makefile.am @@ -14,8 +14,13 @@ LDADD = \ $(NULL) noinst_PROGRAMS = \ + $(NULL) + +if DBUS_BUILD_TESTS +noinst_PROGRAMS += \ test-invalid-usage \ $(NULL) +endif # This "test" exercises invalid usage. It is deliberately not run in # TESTS, because it's (by design) full of bugs. |