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

Unified Diff: Makefile

Issue 6736023: Install test scripts into chroot. (Closed) Base URL: http://git.chromium.org/git/crostestutils.git@master
Patch Set: Remove vm scripts from makefile 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 | au_test_harness/au_worker.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index f3e5bc2a7093e1b738a2652f39fb1463af758bc8..341d12e94c3073516d2dd29c0e9e31d305e949b9 100644
--- a/Makefile
+++ b/Makefile
@@ -13,17 +13,12 @@ install:
mkdir -p "${DESTDIR}/usr/share/crostestutils"
install -m 0644 lib/constants.py "${DESTDIR}/usr/lib/crostestutils"
install -m 0755 cros_run_unit_tests "${DESTDIR}/usr/bin"
- install -m 0755 cros_run_vm_test ${DESTDIR}/usr/bin
install -m 0755 run_remote_tests.sh ${DESTDIR}/usr/bin
install -m 0644 unit_test_black_list.txt \
"${DESTDIR}/usr/share/crostestutils"
- install -m 0755 utils_py/cros_run_parallel_vm_tests.py \
- "${DESTDIR}/usr/lib/crostestutils"
install -m 0755 utils_py/generate_test_report.py \
"${DESTDIR}/usr/lib/crostestutils"
# Make symlinks for those python files in lib.
- ln -s "${DESTDIR}/usr/lib/crostestutils/cros_run_parallel_vm_tests.py" \
- "${DESTDIR}/usr/bin/cros_run_parallel_vm_tests"
ln -s "${DESTDIR}/usr/lib/crostestutils/generate_test_report.py" \
"${DESTDIR}/usr/bin/generate_test_report"
« no previous file with comments | « no previous file | au_test_harness/au_worker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698