tests: do skipped tests properly
authorDan Winship <danw@gnome.org>
Wed, 20 Feb 2013 00:21:35 +0000 (19:21 -0500)
committerDan Winship <danw@gnome.org>
Wed, 20 Feb 2013 00:21:35 +0000 (19:21 -0500)
commit3af28bc8e78a7f281b68c36ffe515b5c8a17e507
treefb78f3d81ac5b5d8b7f17538472bf2ef1a7d1d59
parent98144c40bd5614237d23a95d068b8036af7af9ef
tests: do skipped tests properly

automake interprets exit code 77 as meaning "skipped", so have the
various apache-dependent, php-dependent, and curl-dependent tests do
that, and compile them unconditionally. (Although, to avoid "unused"
warnings, we end up #ifdeffing out the whole file.)
configure.ac
tests/Makefile.am
tests/auth-test.c
tests/forms-test.c
tests/proxy-test.c
tests/pull-api.c
tests/range-test.c
tests/server-auth-test.c
tests/xmlrpc-server-test.c
tests/xmlrpc-test.c