aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/_pch.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-12-20 12:26:29 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-12-20 12:26:29 +0100
commitfe8d396980f18bf09ee2717817cd795130cf64d1 (patch)
treeada754952fba10d47caab89f57acbe65ab4c7e55 /unit_tests/_pch.cpp
parent48c99e29ae38db79522fb2833f3144ae58c7a906 (diff)
downloadlanes-fe8d396980f18bf09ee2717817cd795130cf64d1.tar.gz
lanes-fe8d396980f18bf09ee2717817cd795130cf64d1.tar.bz2
lanes-fe8d396980f18bf09ee2717817cd795130cf64d1.zip
Migrated unit tests to Catch2 v3.7.1
Diffstat (limited to 'unit_tests/_pch.cpp')
-rw-r--r--unit_tests/_pch.cpp13
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