aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index fdbfe689fc2..35bfafc02f7 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -21,3 +21,8 @@ target_link_libraries(tests-common
Catch2::Catch2)
catch_discover_tests(tests-common)
+
+set_target_properties(tests-common
+ PROPERTIES
+ FOLDER
+ "tests")