Darin Petkov | 6ffc019 | 2010-08-13 12:42:56 -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 | set -ex | ||||
8 | |||||
9 | sudo USE=-crash emerge -av1 \ | ||||
10 | chromeos-base/libchrome \ | ||||
11 | chromeos-base/metrics \ | ||||
12 | dev-cpp/gmock \ | ||||
13 | dev-cpp/gtest \ | ||||
14 | dev-util/bsdiff \ | ||||
15 | dev-util/lcov \ | ||||
16 | sys-apps/fakeroot |