| Darin Petkov | 2ccef01 | 2010-05-05 16:06:37 -0700 | [diff] [blame] | 1 | #!/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 | |||||
| 9 | set -e | ||||
| 10 | make tests | ||||
| 11 | mkdir -p "${OUT_DIR}" | ||||
| 12 | cp *_test "${OUT_DIR}" | ||||