|
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, Case) | |
| TEST (IncludesNormalize, DifferentDrive) | |
| TEST (IncludesNormalize, LongInvalidPath) | |
| TEST (IncludesNormalize, ShortRelativeButTooLongAbsolutePath) | |
| TEST (IncludesNormalize, Simple) | |
| TEST (IncludesNormalize, WithRelative) | |
| TEST | ( | IncludesNormalize | , |
| Case | |||
| ) |
Definition at line 77 of file includes_normalize_test.cc.
| TEST | ( | IncludesNormalize | , |
| DifferentDrive | |||
| ) |
Definition at line 86 of file includes_normalize_test.cc.
| TEST | ( | IncludesNormalize | , |
| LongInvalidPath | |||
| ) |
Definition at line 102 of file includes_normalize_test.cc.
References IncludesNormalize::Normalize().
| TEST | ( | IncludesNormalize | , |
| ShortRelativeButTooLongAbsolutePath | |||
| ) |
Definition at line 148 of file includes_normalize_test.cc.
References IncludesNormalize::Normalize().
| TEST | ( | IncludesNormalize | , |
| Simple | |||
| ) |
Definition at line 55 of file includes_normalize_test.cc.
| TEST | ( | IncludesNormalize | , |
| WithRelative | |||
| ) |
Definition at line 62 of file includes_normalize_test.cc.
References IncludesNormalize::AbsPath().