#include "_pch.hpp" // IMPORTANT INFORMATION: some relative paths coded in the test implementations suppose that the cwd when debugging is $(SolutionDir)Lanes // Therefore that's what needs to be set in Google Test Adapter 'Working Directory' global setting... //int main(int argc, char* argv[]) //{ // // your setup ... // // int result = Catch::Session().run(argc, argv); // // // your clean-up... // // return result; //}