clang/win: Make everything work in a GN build.
[chromium-blink-merge.git] / third_party / liblouis / nacl_wrapper / liblouis_wrapper_browsertest.cc
blobbc2fda280b1862e315b93c991f9b6541f96da442
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "base/base_paths.h"
6 #include "base/files/file_path.h"
7 #include "base/path_service.h"
8 #include "chrome/browser/extensions/extension_apitest.h"
10 class LibLouisWrapperTest : public ExtensionApiTest {
13 IN_PROC_BROWSER_TEST_F(LibLouisWrapperTest, LibLouisLoad) {
14 ASSERT_TRUE(PathService::Get(base::DIR_EXE, &test_data_dir_));
15 test_data_dir_ = test_data_dir_.AppendASCII("chromevox_test_data");
16 LOG(ERROR) << "Test data dir: " << test_data_dir_.MaybeAsASCII();
17 ASSERT_TRUE(RunExtensionTest("braille")) << message_;