Skip to content

Commit

Permalink
test(S3): removed generated header [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcakircali committed Dec 25, 2024
1 parent 07b936b commit 25d98c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 82 deletions.
6 changes: 3 additions & 3 deletions tests/io/s3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if( eckit_HAVE_S3 )
set( S3_TEST_BUCKET "eckit-test-s3-bucket" )
set( S3_TEST_OBJECT "eckit-test-s3-object" )

configure_file( test_s3_config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/test_s3_config.h @ONLY )
configure_file( test_s3_config.h.in test_s3_config.h @ONLY )

configure_file( S3Config.yaml.in S3Config.yaml @ONLY )
configure_file( S3Credentials.yaml.in S3Credentials.yaml @ONLY )
Expand All @@ -20,8 +20,8 @@ if( eckit_HAVE_S3 )
ecbuild_add_test(
TARGET eckit_test_s3_${_test}
SOURCES test_s3_${_test}.cc
INCLUDES test_s3_config.h ${AWSSDK_INCLUDE_DIRS}
LIBS eckit ${AWSSDK_LINK_LIBRARIES}
INCLUDES ${CMAKE_CURRENT_BINARY_DIR}
LIBS eckit
ENVIRONMENT "${_test_environment}"
)

Expand Down
79 changes: 0 additions & 79 deletions tests/io/s3/test_s3_config.h

This file was deleted.

0 comments on commit 25d98c7

Please sign in to comment.