diff options
Diffstat (limited to 'courgette/run_all_unittests.cc')
-rw-r--r-- | courgette/run_all_unittests.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/courgette/run_all_unittests.cc b/courgette/run_all_unittests.cc new file mode 100644 index 0000000..b5fc4a6 --- /dev/null +++ b/courgette/run_all_unittests.cc @@ -0,0 +1,9 @@ +// Copyright (c) 2009 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(); +} |