| Index: components/nacl/loader/nonsfi/nacl_helper_nonsfi_unittests.cc
|
| diff --git a/components/nacl/loader/nonsfi/nacl_helper_nonsfi_unittests.cc b/components/nacl/loader/nonsfi/nacl_helper_nonsfi_unittests.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dbca0a6ade4716da449a3e33fb4893bea03cee30
|
| --- /dev/null
|
| +++ b/components/nacl/loader/nonsfi/nacl_helper_nonsfi_unittests.cc
|
| @@ -0,0 +1,13 @@
|
| +// Copyright 2015 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/at_exit.h"
|
| +#include "base/command_line.h"
|
| +#include "base/test/launcher/test_launcher_nacl_nonsfi.h"
|
| +
|
| +int main(int argc, char* argv[]) {
|
| + base::AtExitManager at_exit;
|
| + base::CommandLine::Init(argc, argv);
|
| + return base::TestLauncherNonSfiMain("nacl_helper_nonsfi_unittests_main");
|
| +}
|
|
|