diff options
Diffstat (limited to 'unit_tests/_pch.cpp')
-rw-r--r-- | unit_tests/_pch.cpp | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/unit_tests/_pch.cpp b/unit_tests/_pch.cpp index 38b27e8..189089a 100644 --- a/unit_tests/_pch.cpp +++ b/unit_tests/_pch.cpp | |||
@@ -1,4 +1,15 @@ | |||
1 | #include "_pch.hpp" | 1 | #include "_pch.hpp" |
2 | 2 | ||
3 | // IMPORTANT INFORMATION: some relative paths coded in the test implementations suppose that the cwd when debugging is $(SolutionDir)Lanes | 3 | // IMPORTANT INFORMATION: some relative paths coded in the test implementations suppose that the cwd when debugging is $(SolutionDir)Lanes |
4 | // Therefore that's what needs to be set in Google Test Adapter 'Working Directory' global setting... \ No newline at end of file | 4 | // Therefore that's what needs to be set in Google Test Adapter 'Working Directory' global setting... |
5 | |||
6 | //int main(int argc, char* argv[]) | ||
7 | //{ | ||
8 | // // your setup ... | ||
9 | // | ||
10 | // int result = Catch::Session().run(argc, argv); | ||
11 | // | ||
12 | // // your clean-up... | ||
13 | // | ||
14 | // return result; | ||
15 | //} \ No newline at end of file | ||