| 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
|
|
|
|
|