|
Ninja
|
#include "includes_normalize.h"#include <algorithm>#include <direct.h>#include "string_piece_util.h"#include "test.h"#include "util.h"
Go to the source code of this file.
Functions | |
| TEST (IncludesNormalize, Simple) | |
| TEST (IncludesNormalize, WithRelative) | |
| TEST (IncludesNormalize, Case) | |
| TEST (IncludesNormalize, DifferentDrive) | |
| TEST (IncludesNormalize, LongInvalidPath) | |
| TEST (IncludesNormalize, ShortRelativeButTooLongAbsolutePath) | |
| TEST | ( | IncludesNormalize | , |
| Simple | |||
| ) |
Definition at line 55 of file includes_normalize_test.cc.
References EXPECT_EQ.
| TEST | ( | IncludesNormalize | , |
| WithRelative | |||
| ) |
Definition at line 62 of file includes_normalize_test.cc.
References IncludesNormalize::AbsPath(), and EXPECT_EQ.
| TEST | ( | IncludesNormalize | , |
| Case | |||
| ) |
Definition at line 77 of file includes_normalize_test.cc.
References EXPECT_EQ.
| TEST | ( | IncludesNormalize | , |
| DifferentDrive | |||
| ) |
Definition at line 86 of file includes_normalize_test.cc.
References EXPECT_EQ.
| TEST | ( | IncludesNormalize | , |
| LongInvalidPath | |||
| ) |
Definition at line 102 of file includes_normalize_test.cc.
References ASSERT_LE, ASSERT_NE, EXPECT_EQ, EXPECT_FALSE, and IncludesNormalize::Normalize().
| TEST | ( | IncludesNormalize | , |
| ShortRelativeButTooLongAbsolutePath | |||
| ) |
Definition at line 147 of file includes_normalize_test.cc.
References EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, and IncludesNormalize::Normalize().
1.8.14