We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d6f70 commit 1415a02Copy full SHA for 1415a02
2 files changed
tests/CMakeLists.txt
@@ -15,7 +15,6 @@ if(DEFINED ENV{GITHUB_ACTIONS})
15
FetchContent_MakeAvailable(gtest)
16
17
add_executable(unit_tests
18
- unit/no_op_test.cpp
19
unit/thread_local_curl_test.cpp
20
unit/unit_tests.cpp)
21
target_link_libraries(unit_tests PRIVATE gtest_main aws-lambda-runtime)
@@ -29,7 +28,6 @@ if(DEFINED ENV{GITHUB_ACTIONS})
29
28
else()
30
# Build unit tests using the bundled gtest
31
32
33
34
unit/unit_tests.cpp
35
gtest/gtest-all.cc)
tests/unit/no_op_test.cpp
0 commit comments