Line | Branch | Exec | Source |
---|---|---|---|
1 | /* | ||
2 | * Copyright (c) 2024 Muhammad Nawaz | ||
3 | * Licensed under the MIT License. See LICENSE file for more information. | ||
4 | */ | ||
5 | // [ END OF LICENSE c6bd0f49d040fca8d8a9cb05868e66aa63f0e2e0 ] | ||
6 | |||
7 | #include <gtest/gtest.h> | ||
8 | |||
9 | 1 | int main(int argc, char** argv) | |
10 | { | ||
11 | 1 | ::testing::InitGoogleTest(&argc, argv); | |
12 | 1 | return RUN_ALL_TESTS(); | |
13 | } | ||
14 |