Skip to content

Commit 25d98c7

Browse files
committed
test(S3): removed generated header [skip ci]
1 parent 07b936b commit 25d98c7

File tree

2 files changed

+3
-82
lines changed

2 files changed

+3
-82
lines changed

tests/io/s3/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if( eckit_HAVE_S3 )
88
set( S3_TEST_BUCKET "eckit-test-s3-bucket" )
99
set( S3_TEST_OBJECT "eckit-test-s3-object" )
1010

11-
configure_file( test_s3_config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/test_s3_config.h @ONLY )
11+
configure_file( test_s3_config.h.in test_s3_config.h @ONLY )
1212

1313
configure_file( S3Config.yaml.in S3Config.yaml @ONLY )
1414
configure_file( S3Credentials.yaml.in S3Credentials.yaml @ONLY )
@@ -20,8 +20,8 @@ if( eckit_HAVE_S3 )
2020
ecbuild_add_test(
2121
TARGET eckit_test_s3_${_test}
2222
SOURCES test_s3_${_test}.cc
23-
INCLUDES test_s3_config.h ${AWSSDK_INCLUDE_DIRS}
24-
LIBS eckit ${AWSSDK_LINK_LIBRARIES}
23+
INCLUDES ${CMAKE_CURRENT_BINARY_DIR}
24+
LIBS eckit
2525
ENVIRONMENT "${_test_environment}"
2626
)
2727

tests/io/s3/test_s3_config.h

-79
This file was deleted.

0 commit comments

Comments
 (0)