tests: fix under automake 1.13
authorDan Winship <danw@gnome.org>
Tue, 19 Feb 2013 15:34:22 +0000 (10:34 -0500)
committerDan Winship <danw@gnome.org>
Tue, 19 Feb 2013 15:37:02 +0000 (10:37 -0500)
commit3fd71aca10bddab2da282737e4a26ee0c53e4dec
tree64193e4181ecb28ab088f37b4a3d1c8422a3a342
parent118062681c732e57fc2851cd21c34cab2579c9f4
tests: fix under automake 1.13

The parallel test harness (which is the default as of automake 1.13)
doesn't let you use make functions in the definition of TESTS. (It
generates an invalid Makefile in this case.) Since the tests as
currently written won't work with the parallel harness anyway (since
each apache-based test stops apache when it's done), just force the
serial harness for now.

https://bugzilla.gnome.org/show_bug.cgi?id=694135
configure.ac