diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-12-13 17:22:17 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-12-13 17:22:17 +0100 |
commit | dc7a2bc3a9c8316e17902493b832ca117805d29f (patch) | |
tree | 3c1a03edf586869119ef0de03631f6f603650720 /unit_tests/_pch.cpp | |
parent | 7500a80fc06c5311c46df8f1761f25ae67277fc4 (diff) | |
download | lanes-dc7a2bc3a9c8316e17902493b832ca117805d29f.tar.gz lanes-dc7a2bc3a9c8316e17902493b832ca117805d29f.tar.bz2 lanes-dc7a2bc3a9c8316e17902493b832ca117805d29f.zip |
Append all unit tests to depot
Diffstat (limited to 'unit_tests/_pch.cpp')
-rw-r--r-- | unit_tests/_pch.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unit_tests/_pch.cpp b/unit_tests/_pch.cpp new file mode 100644 index 0000000..38b27e8 --- /dev/null +++ b/unit_tests/_pch.cpp | |||
@@ -0,0 +1,4 @@ | |||
1 | #include "_pch.hpp" | ||
2 | |||
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 | ||