Skip to content

Commit fb97cdc

Browse files
committed
Moving from test to tests for integration tests location
1 parent 15ce069 commit fb97cdc

File tree

129 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+2
-2
lines changed

cmake_legacy/sdks.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function(add_sdks)
218218

219219
#testing
220220
if(ENABLE_TESTING)
221-
add_subdirectory(test/testing-resources)
221+
add_subdirectory(tests/testing-resources)
222222

223223
if(ENABLE_FUNCTIONAL_TESTING)
224224
message(STATUS "Clearing existing directory for document-test to prepare for generation.")
@@ -274,7 +274,7 @@ function(add_sdks)
274274
if (TEST_PROJECT STREQUAL "aws-cpp-sdk-core-tests")
275275
add_subdirectory(src/${TEST_PROJECT})
276276
else()
277-
add_subdirectory(test/${TEST_PROJECT})
277+
add_subdirectory(tests/${TEST_PROJECT})
278278
endif()
279279
endif()
280280
endif()
File renamed without changes.

tests/CMakeLists.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)