* If there is command line args, run what command line specified. */
| 62 | * If there is command line args, run what command line specified. |
| 63 | */ |
| 64 | static void RunCommandLineConfig(...) |
| 65 | { |
| 66 | if (absl::GetFlag(FLAGS_generate_random_files)) |
| 67 | TestFactory{} << Random4KFiles{}; |
| 68 | if (absl::GetFlag(FLAGS_generate_big_files)) |
| 69 | TestFactory{} << BigFile{}; |
| 70 | } |
| 71 | |
| 72 | |
| 73 | #include <wil/com.h> |