Makefile: add support for 'make testonly'
authorStefan Metzmacher <metze@samba.org>
Mon, 23 Nov 2020 09:38:49 +0000 (10:38 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 2 Feb 2021 09:20:10 +0000 (09:20 +0000)
commit9fed2749c039164794faadef71aa83cfd360d130
treefc64a2a6c5d3450d9659c39a93c78f057b93cf5d
parent99673b77b069674a6145552eb870de8829dfa503
Makefile: add support for 'make testonly'

That skips any attempt to recompile before running the tests.
Some times that's useful for debugging and we'll
use it to split the build and test stages in autobuild and gitlab-ci
later.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14628

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit 1e4714940211b10ae6574770f15b7c6ed95f5f59)
Makefile