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>
Wed, 3 Mar 2021 08:11:09 +0000 (08:11 +0000)
commitaa9a1644f4139d753d622d4552d7c88580a53073
treeba410beb3b73ff2de0720948d9a88dfe2b467a80
parent9806b67ee4c2dd4e1ef42b03517c0ffda40f2ace
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)
(cherry picked from commit 9fed2749c039164794faadef71aa83cfd360d130)
Makefile