blob: 189089a0afc6b360a22188648967f83a88e53c22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#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;
//}
|