proxy/tests: fix to work when neither proxy module is available
authorDan Winship <danw@gnome.org>
Mon, 20 May 2013 13:11:47 +0000 (10:11 -0300)
committerDan Winship <danw@gnome.org>
Mon, 20 May 2013 13:11:47 +0000 (10:11 -0300)
commit77f1e6979af7feb1a9f3227e9108963b0929c90d
tree2e9413fcade51dde412abe39608113554855dc9e
parentfd06ab1cc79703ff83fef0d66fe4a4f385d1353e
proxy/tests: fix to work when neither proxy module is available

automake ends up setting TEST_PROGS to " " in this case, but
Makefile.decl was assuming that if TEST_PROGS is not empty then it
contains actual tests, and then ended up bailing out by passing an no
tests to gtester. Fix it to use $(strip) to get the right result.

Also, drive-by automake warning fix in proxy/tests/Makefile.am

https://bugzilla.gnome.org/show_bug.cgi?id=700628
Makefile.decl
proxy/tests/Makefile.am