summaryrefslogtreecommitdiff
path: root/test/build.mk
blob: 5cbbfbcd21f77ed9b0c1eb76337c09a0bdc67b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- makefile -*-
# Copyright (c) 2012 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.
#
# on-board test binaries build
#

test-list=hello pingpong timer_calib timer_dos mutex
#disable: powerdemo

pingpong-y=pingpong.o
powerdemo-y=powerdemo.o
timer_calib-y=timer_calib.o
timer_dos-y=timer_dos.o
mutex-y=mutex.o