blob: a42ccf57c4ced5707f25234672404987aabf6f40 [file] [log] [blame]
# Copyright (c) 2013 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.
include common.mk
all: CC_BINARY(src/alsa_api_test) \
CC_BINARY(src/alsa_conformance_test) \
CC_BINARY(src/alsa_helpers) \
CXX_BINARY(src/audiofuntest) \
CC_BINARY(src/cras_api_test) \
CC_BINARY(src/looptest) \
CC_BINARY(src/loopback_latency) \
CXX_BINARY(src/test_tones) \
script
script:
mkdir -p $(OUT)/script
install -m 644 $(SRC)/script/* $(OUT)/script