From patchwork Mon Aug 5 19:02:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 18779 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-qa0-f70.google.com (mail-qa0-f70.google.com [209.85.216.70]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 81D86246D0 for ; Mon, 5 Aug 2013 19:03:11 +0000 (UTC) Received: by mail-qa0-f70.google.com with SMTP id cd7sf3157375qab.5 for ; Mon, 05 Aug 2013 12:03:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-beenthere:x-forwarded-to:x-forwarded-for :delivered-to:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state:x-removed-original-auth :x-original-sender:x-original-authentication-results:precedence :mailing-list:list-id:x-google-group-id:list-post:list-help :list-archive:list-unsubscribe; bh=sbqXRiUVtb1HRh83fjIdmwGlr4s/lh9nUgwpAKSFT84=; b=cK3CF+WesfmXwz1X2VGMtiwFmnVwU3ty+T5ln2Ld0Vyb4zPxmhKEEoff2mUjaNgfGy +sZjHI922ND8RC1OApbpfVV04P1E75btkimaPuPplrK6vm0wD6kA8vdqerDrr4iT0f+t TQAX64mWTyzQrQlqAaJxOEyLsPq3kTj0js4vv3Bpigo4+9oSwd7rNq7UMh5Pfyzr0tGp K6sMF8CirXhD/HuTag0WQP0qJuDSPq3Z4kcoEnysU7wE4aImRsV8ftcpU65BML2PfFTf GgQH7ha61D7BvX7ObqeeVnImLpu/CHpkGh2U0c+676GBsO8h55wfKQX+rOghPmgf0+uA wjZQ== X-Received: by 10.58.136.227 with SMTP id qd3mr1801115veb.17.1375729391307; Mon, 05 Aug 2013 12:03:11 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.73.234 with SMTP id o10ls2594936qev.24.gmail; Mon, 05 Aug 2013 12:03:11 -0700 (PDT) X-Received: by 10.220.197.10 with SMTP id ei10mr6239641vcb.68.1375729391194; Mon, 05 Aug 2013 12:03:11 -0700 (PDT) Received: from mail-ve0-f175.google.com (mail-ve0-f175.google.com [209.85.128.175]) by mx.google.com with ESMTPS id ta3si100857vcb.146.2013.08.05.12.03.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 05 Aug 2013 12:03:11 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.175 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.175; Received: by mail-ve0-f175.google.com with SMTP id oy10so3555335veb.34 for ; Mon, 05 Aug 2013 12:03:11 -0700 (PDT) X-Received: by 10.52.117.208 with SMTP id kg16mr27226vdb.48.1375729391049; Mon, 05 Aug 2013 12:03:11 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.221.11.8 with SMTP id pc8csp106035vcb; Mon, 5 Aug 2013 12:03:10 -0700 (PDT) X-Received: by 10.112.42.68 with SMTP id m4mr9624099lbl.4.1375729389987; Mon, 05 Aug 2013 12:03:09 -0700 (PDT) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) by mx.google.com with ESMTPS id t6si248011lag.20.2013.08.05.12.03.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 05 Aug 2013 12:03:09 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.215.41 is neither permitted nor denied by best guess record for domain of anders.roxell@linaro.org) client-ip=209.85.215.41; Received: by mail-la0-f41.google.com with SMTP id ec20so2367585lab.0 for ; Mon, 05 Aug 2013 12:03:09 -0700 (PDT) X-Received: by 10.112.157.226 with SMTP id wp2mr9408394lbb.65.1375729389342; Mon, 05 Aug 2013 12:03:09 -0700 (PDT) Received: from localhost (c-853670d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.112.54.133]) by mx.google.com with ESMTPSA id c10sm452697lbj.9.2013.08.05.12.03.08 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 05 Aug 2013 12:03:08 -0700 (PDT) From: Anders Roxell To: ltp-list@lists.sourceforge.net Cc: patches@linaro.org, Anders Roxell Subject: [PATCH 2/6] added run_auto.sh to install targets for realtime tests Date: Mon, 5 Aug 2013 21:02:55 +0200 Message-Id: <1375729379-16469-3-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375729379-16469-1-git-send-email-anders.roxell@linaro.org> References: <1375729379-16469-1-git-send-email-anders.roxell@linaro.org> X-Gm-Message-State: ALoCoQnESNOPe40gPiR+wYKdTLECT/6/YDyluEU59WUabCJF4tf3rGv72sz/U+lGfPwVHJtWjs5q X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: anders.roxell@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.175 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Signed-off-by: Anders Roxell --- testcases/realtime/func/async_handler/Makefile | 1 + testcases/realtime/func/gtod_latency/Makefile | 1 + testcases/realtime/func/hrtimer-prio/Makefile | 1 + testcases/realtime/func/matrix_mult/Makefile | 1 + testcases/realtime/func/measurement/Makefile | 1 + testcases/realtime/func/periodic_cpu_load/Makefile | 1 + testcases/realtime/func/pi-tests/Makefile | 1 + testcases/realtime/func/pi_perf/Makefile | 1 + testcases/realtime/func/prio-preempt/Makefile | 1 + testcases/realtime/func/prio-wake/Makefile | 1 + testcases/realtime/func/pthread_kill_latency/Makefile | 1 + testcases/realtime/func/rt-migrate/Makefile | 1 + testcases/realtime/func/sched_football/Makefile | 1 + testcases/realtime/func/sched_jitter/Makefile | 1 + testcases/realtime/func/sched_latency/Makefile | 1 + testcases/realtime/func/thread_clock/Makefile | 1 + testcases/realtime/perf/latency/Makefile | 1 + 17 files changed, 17 insertions(+) diff --git a/testcases/realtime/func/async_handler/Makefile b/testcases/realtime/func/async_handler/Makefile index faf4fa9..f334cfa 100644 --- a/testcases/realtime/func/async_handler/Makefile +++ b/testcases/realtime/func/async_handler/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/gtod_latency/Makefile b/testcases/realtime/func/gtod_latency/Makefile index bd67ed6..89d82c9 100644 --- a/testcases/realtime/func/gtod_latency/Makefile +++ b/testcases/realtime/func/gtod_latency/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/hrtimer-prio/Makefile b/testcases/realtime/func/hrtimer-prio/Makefile index 0a1872c..d294ee2 100644 --- a/testcases/realtime/func/hrtimer-prio/Makefile +++ b/testcases/realtime/func/hrtimer-prio/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/matrix_mult/Makefile b/testcases/realtime/func/matrix_mult/Makefile index c19cad1..3d89133 100644 --- a/testcases/realtime/func/matrix_mult/Makefile +++ b/testcases/realtime/func/matrix_mult/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/measurement/Makefile b/testcases/realtime/func/measurement/Makefile index fdad2c5..36343e9 100644 --- a/testcases/realtime/func/measurement/Makefile +++ b/testcases/realtime/func/measurement/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/periodic_cpu_load/Makefile b/testcases/realtime/func/periodic_cpu_load/Makefile index 275eb06..e7ec8fc 100644 --- a/testcases/realtime/func/periodic_cpu_load/Makefile +++ b/testcases/realtime/func/periodic_cpu_load/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/pi-tests/Makefile b/testcases/realtime/func/pi-tests/Makefile index eb9cca3..5273952 100644 --- a/testcases/realtime/func/pi-tests/Makefile +++ b/testcases/realtime/func/pi-tests/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk diff --git a/testcases/realtime/func/pi_perf/Makefile b/testcases/realtime/func/pi_perf/Makefile index fbceaba..196fca8 100644 --- a/testcases/realtime/func/pi_perf/Makefile +++ b/testcases/realtime/func/pi_perf/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/prio-preempt/Makefile b/testcases/realtime/func/prio-preempt/Makefile index 6da3504..b4c0b2e 100644 --- a/testcases/realtime/func/prio-preempt/Makefile +++ b/testcases/realtime/func/prio-preempt/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/prio-wake/Makefile b/testcases/realtime/func/prio-wake/Makefile index 256f5fb..6cea976 100644 --- a/testcases/realtime/func/prio-wake/Makefile +++ b/testcases/realtime/func/prio-wake/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/pthread_kill_latency/Makefile b/testcases/realtime/func/pthread_kill_latency/Makefile index b07d8de..fd3a059 100644 --- a/testcases/realtime/func/pthread_kill_latency/Makefile +++ b/testcases/realtime/func/pthread_kill_latency/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/rt-migrate/Makefile b/testcases/realtime/func/rt-migrate/Makefile index b48f48a..ae4f610 100644 --- a/testcases/realtime/func/rt-migrate/Makefile +++ b/testcases/realtime/func/rt-migrate/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/sched_football/Makefile b/testcases/realtime/func/sched_football/Makefile index 1b2a480..a5117fd 100644 --- a/testcases/realtime/func/sched_football/Makefile +++ b/testcases/realtime/func/sched_football/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/sched_jitter/Makefile b/testcases/realtime/func/sched_jitter/Makefile index 95bc9a9..827a0db 100644 --- a/testcases/realtime/func/sched_jitter/Makefile +++ b/testcases/realtime/func/sched_jitter/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/sched_latency/Makefile b/testcases/realtime/func/sched_latency/Makefile index 564d42f..b7327df 100644 --- a/testcases/realtime/func/sched_latency/Makefile +++ b/testcases/realtime/func/sched_latency/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/func/thread_clock/Makefile b/testcases/realtime/func/thread_clock/Makefile index b94b897..5cac451 100644 --- a/testcases/realtime/func/thread_clock/Makefile +++ b/testcases/realtime/func/thread_clock/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/perf/latency/Makefile b/testcases/realtime/perf/latency/Makefile index 6b1ad58..eea054d 100644 --- a/testcases/realtime/perf/latency/Makefile +++ b/testcases/realtime/perf/latency/Makefile @@ -22,6 +22,7 @@ top_srcdir ?= ../../../.. +INSTALL_TARGETS := run_auto.sh include $(top_srcdir)/include/mk/env_pre.mk include $(abs_srcdir)/../../config.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk