From 1125d80a6488606d7c48abc44675100003c51e7c Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Sat, 13 Mar 2010 08:26:32 +0000 Subject: Create a toplevel gfx/ dir and seed it with icon_util. TBR=darin BUG=none TEST=none Review URL: http://codereview.chromium.org/915002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41528 0039d316-1c4b-4281-b951-d872f2087c98 --- gfx/run_all_unittests.cc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gfx/run_all_unittests.cc (limited to 'gfx/run_all_unittests.cc') diff --git a/gfx/run_all_unittests.cc b/gfx/run_all_unittests.cc new file mode 100644 index 0000000..f008d3e --- /dev/null +++ b/gfx/run_all_unittests.cc @@ -0,0 +1,9 @@ +// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "base/test/test_suite.h" + +int main(int argc, char** argv) { + return TestSuite(argc, argv).Run(); +} -- cgit v1.1