blob: 985d8f06061744f02b29a4bc5cc33548f8805afe [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
all: test_scripts
test_scripts:
@echo "Preparing test scripts."
install:
mkdir -p "${DESTDIR}/usr/bin"
mkdir -p "${DESTDIR}/usr/lib/crostestutils"
install -m 0644 lib/constants.py "${DESTDIR}/usr/lib/crostestutils"
install -m 0755 cros_run_bvt "${DESTDIR}/usr/bin"
install -m 0755 test_that ${DESTDIR}/usr/bin
install -m 0755 bootperf-wrapper ${DESTDIR}/usr/bin/bootperf
ln ${DESTDIR}/usr/bin/bootperf ${DESTDIR}/usr/bin/showbootdata