tests: parallelise 'make valgrind'
authorTim-Philipp Müller <tim@centricular.com>
Mon, 13 Oct 2014 04:08:41 +0000 (05:08 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 14 Oct 2014 15:54:44 +0000 (16:54 +0100)
commit2f60c9c4fe5c3d767f7e862fe53edca69e25d54e
treeb8cd3a5c7a2d5d93dc7d52254605ab5058057eb9
parent7b211bf6b366ec3f864b5b35bb9f22ac03da0cef
tests: parallelise 'make valgrind'

Use $(MAKE) instead of 'make' inside the Makefile,
otherwise the make will run as if -j1 had been
specified and complain about the job server not
being available, and with $(MAKE) in inherits the
parent make's settings it seems.

Upgrade common submodule for parallel check-valgrind.
Makefile.am
common