summaryrefslogtreecommitdiffstats
path: root/printing/run_all_unittests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/run_all_unittests.cc')
-rw-r--r--printing/run_all_unittests.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/printing/run_all_unittests.cc b/printing/run_all_unittests.cc
new file mode 100644
index 0000000..d9f6b58
--- /dev/null
+++ b/printing/run_all_unittests.cc
@@ -0,0 +1,9 @@
+// Copyright (c) 2006-2008 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_suite.h"
+
+int main(int argc, char** argv) {
+ return TestSuite(argc, argv).Run();
+}