From 49f03c2738f3984a7bd93687973fd20e9fe4ba5c Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 12 Mar 2012 09:24:36 +0000 Subject: [PATCH] test: Restore 'release-verify-sane-tests' makefile target Empty for the moment as there is no need to cross-reference the files in git against the list in the Makefile anymore, but the release process still requires it - and it may prove to be useful again in the future. Signed-off-by: Chris Wilson --- test/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index b5bdabfc4..9682ff2a6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -460,6 +460,8 @@ results.tar: results.tar.gz: results.tar gzip -c $< > $@ -.PHONY: check-valgrind test recheck retest check-ref-dups +release-verify-sane-tests: + +.PHONY: check-valgrind test recheck retest check-ref-dups release-verify-sane-tests EXTRA_DIST += Makefile.win32