mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
Move filesystem test utilities to test/
These utilities will be useful for database tests. Bug: crashpad:206 Change-Id: Iae0d831934ea7f020f167dbbcba901a72472937b Reviewed-on: https://chromium-review.googlesource.com/747885 Commit-Queue: Joshua Peraza <jperaza@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
9609b74716
commit
7e82179d43
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "util/file/filesystem_test_util.h"
|
||||
#include "test/filesystem.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#ifndef CRASHPAD_UTIL_FILE_FILESYSTEM_TEST_UTIL_H_
|
||||
#define CRASHPAD_UTIL_FILE_FILESYSTEM_TEST_UTIL_H_
|
||||
#ifndef CRASHPAD_TEST_FILESYSTEM_H_
|
||||
#define CRASHPAD_TEST_FILESYSTEM_H_
|
||||
|
||||
#include "base/files/file_path.h"
|
||||
|
||||
@ -56,4 +56,4 @@ bool CreateSymbolicLink(const base::FilePath& target_path,
|
||||
} // namespace test
|
||||
} // namespace crashpad
|
||||
|
||||
#endif // CRASHPAD_UTIL_FILE_FILESYSTEM_TEST_UTIL_H_
|
||||
#endif // CRASHPAD_TEST_FILESYSTEM_H_
|
@ -35,6 +35,8 @@
|
||||
'errors.h',
|
||||
'file.cc',
|
||||
'file.h',
|
||||
'filesystem.cc',
|
||||
'filesystem.h',
|
||||
'gtest_death_check.h',
|
||||
'gtest_disabled.cc',
|
||||
'gtest_disabled.h',
|
||||
|
@ -21,11 +21,11 @@
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "test/filesystem.h"
|
||||
#include "test/gtest_disabled.h"
|
||||
#include "test/scoped_temp_dir.h"
|
||||
#include "util/file/file_io.h"
|
||||
#include "util/file/filesystem.h"
|
||||
#include "util/file/filesystem_test_util.h"
|
||||
|
||||
namespace crashpad {
|
||||
namespace test {
|
||||
|
@ -17,9 +17,9 @@
|
||||
#include "base/logging.h"
|
||||
#include "build/build_config.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "test/filesystem.h"
|
||||
#include "test/gtest_disabled.h"
|
||||
#include "test/scoped_temp_dir.h"
|
||||
#include "util/file/filesystem_test_util.h"
|
||||
|
||||
namespace crashpad {
|
||||
namespace test {
|
||||
|
@ -40,8 +40,6 @@
|
||||
'file/file_io_test.cc',
|
||||
'file/file_reader_test.cc',
|
||||
'file/filesystem_test.cc',
|
||||
'file/filesystem_test_util.cc',
|
||||
'file/filesystem_test_util.h',
|
||||
'file/string_file_test.cc',
|
||||
'linux/auxiliary_vector_test.cc',
|
||||
'linux/memory_map_test.cc',
|
||||
|
Loading…
x
Reference in New Issue
Block a user