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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cros_run_vm_test » ('j') | cros_run_vm_test » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index c9e1cb56aec9a7a98ad84c1a8532c26feee73459..e72d650e38befec81942b7c3dfa9a09dd3e28e7c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,5 +8,9 @@ test_scripts:
@echo "Preparing test scripts."
install: test_scripts
- @echo "Test files installed."
+ mkdir -p ${DESTDIR}/usr/bin
+ mkdir -p ${DESTDIR}/usr/lib/crostestutils
+ install -m 0755 cros_run_vm_test ${DESTDIR}/usr/bin
+ install -m 0755 run_remote_tests.sh ${DESTDIR}/usr/bin
+ install -m 0755 ssh_test.sh ${DESTDIR}/usr/lib/crostestutils
« 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