Contains the main function for tests.
More...
#include <algorithm>
#include <stdexcept>
#include <string>
#include <vector>
#include <gtest/gtest.h>
#include "utils/testing_utilities.h"
|
| int | main (int argc, char **argv) |
| | The main function for testing.
|
| |
Contains the main function for tests.
- Author
- Robert 'Bob' Caddy (rvc@p.nosp@m.itt..nosp@m.edu)
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
The main function for testing.
- Parameters
-
| argc | The number of CLI arguments |
| argv | A list of the CLI arguments. Requires that --cholla-root be set to the root directory of Cholla, --build-type be set to the make type used to build cholla and the tests, and --machine be set to the name of the machine being used, this must be the same name as in the make.host file |
- Returns
- int