From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754309Ab3GVMoO (ORCPT ); Mon, 22 Jul 2013 08:44:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21946 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752067Ab3GVMoK (ORCPT ); Mon, 22 Jul 2013 08:44:10 -0400 From: Jiri Olsa To: linux-kernel@vger.kernel.org Cc: Jiri Olsa , Corey Ashford , Frederic Weisbecker , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Arnaldo Carvalho de Melo , David Ahern , Borislav Petkov Subject: [PATCH 0/5] perf tests: Add install tests to tests/make Date: Mon, 22 Jul 2013 14:43:29 +0200 Message-Id: <1374497014-2817-1-git-send-email-jolsa@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, adding build tests for 'install*' targets and check for ctags/cscope binaries. I noticed that besides plain 'install' target following are either broken or do not install a single file: install-doc install-man install-html install-info install-pdf Complete description is in patch 5 changelog. I guess we want all those targets functional the same way as the main 'Documentation' stuff. thanks, jirka Signed-off-by: Jiri Olsa Cc: Corey Ashford Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Arnaldo Carvalho de Melo Cc: David Ahern Cc: Borislav Petkov --- Jiri Olsa (5): perf tests: Run ctags/cscope make tests only with needed binaries perf tests: Rename TMP to TMP_O tests/make variable perf tests: Add DESTDIR=TMP_DEST tests/make variable perf tests: Add 'make install/install-bin' tests into tests/make perf tests: Add broken install-* tests into tests/make tools/perf/tests/make | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 59 insertions(+), 8 deletions(-)