#include "IntelSimulator.cpp"
#include "catch2/catch.hpp"
#include <fstream>
#include <iostream>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
| Unit testing main() function. Runs all unit testing using Catch2. More...
|
|
◆ CATCH_CONFIG_RUNNER
#define CATCH_CONFIG_RUNNER |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Unit testing main() function. Runs all unit testing using Catch2.
- Parameters
-
argc | number of command line arguments |
argv | command line arguments separated by spaces |
- Returns
- int Returns 0 upon successful execution
Definition at line 16 of file test_main.cpp.
17 int result = Catch::Session().run( argc, argv );