Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Side by Side Diff: Makefile

Issue 6736023: Install test scripts into chroot. (Closed) Base URL: http://git.chromium.org/git/crostestutils.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | cros_run_vm_test » ('j') | cros_run_vm_test » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 all: test_scripts 5 all: test_scripts
6 6
7 test_scripts: 7 test_scripts:
8 @echo "Preparing test scripts." 8 @echo "Preparing test scripts."
9 9
10 install: test_scripts 10 install: test_scripts
11 » @echo "Test files installed." 11 » mkdir -p ${DESTDIR}/usr/bin
12 » mkdir -p ${DESTDIR}/usr/lib/crostestutils
13 » install -m 0755 cros_run_vm_test ${DESTDIR}/usr/bin
14 » install -m 0755 run_remote_tests.sh ${DESTDIR}/usr/bin
15 » install -m 0755 ssh_test.sh ${DESTDIR}/usr/lib/crostestutils
12 16
OLDNEW
« no previous file with comments | « no previous file | cros_run_vm_test » ('j') | cros_run_vm_test » ('J')

Powered by Google App Engine
This is Rietveld 408576698