QNLP  v1.0
test_main.cpp
Go to the documentation of this file.
1 //#define CATCH_CONFIG_NOSTDOUT
2 #define CATCH_CONFIG_RUNNER
3 
4 #include "IntelSimulator.cpp"
5 #include "catch2/catch.hpp"
6 #include <fstream>
7 #include <iostream>
8 
16 int main( int argc, char* argv[] ) {
17  int result = Catch::Session().run( argc, argv );
18  return result;
19 }
20 
21 //#define CATCH_CONFIG_MAIN
22 //#include "catch2/catch.hpp"
int main(int argc, char *argv[])
Unit testing main() function. Runs all unit testing using Catch2.
Definition: test_main.cpp:16