From 364a2ce5d593503089fccad2692c3ffce721a178 Mon Sep 17 00:00:00 2001 From: Darin Petkov Date: Wed, 5 May 2010 16:06:37 -0700 Subject: [PATCH] Add some basic tests for metrics_daemon. A separate CL adds a test stanza to the metrics ebuild. More tests (specifically, for the D-Bus MessageFilter) will also come in a separate CL. Review URL: http://codereview.chromium.org/1919005 --- build_tests.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build_tests.sh b/build_tests.sh index 6296892bb6..9ecbb0d642 100755 --- a/build_tests.sh +++ b/build_tests.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2009 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2010 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. @@ -30,7 +30,13 @@ fi # Die on error; print commands set -e -TEST_DIRS="crash pam_google window_manager cryptohome" +TEST_DIRS=" + crash + cryptohome + metrics + pam_google + window_manager + " sudo TEST_DIRS="${TEST_DIRS}" \ emerge-${FLAGS_board} chromeos-base/chromeos-unittests