Index: ppapi/proxy/run_all_unittests.cc |
=================================================================== |
--- ppapi/proxy/run_all_unittests.cc (revision 0) |
+++ ppapi/proxy/run_all_unittests.cc (revision 0) |
@@ -0,0 +1,9 @@ |
+// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
piman
2011/01/21 17:11:56
2011
|
+// 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 base::TestSuite(argc, argv).Run(); |
+} |
Property changes on: ppapi/proxy/run_all_unittests.cc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |