blob: 9dcc804753f7888e41f45a50c29a3f9e151788e6 [file] [log] [blame]
Darin Petkov2ccef012010-05-05 16:06:37 -07001#!/bin/bash
2
3# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7# Builds tests.
8
9set -e
10make tests
11mkdir -p "${OUT_DIR}"
12cp *_test "${OUT_DIR}"