Skip to content

Commit 1415a02

Browse files
committed
Remove no-op placeholder test
No longer needed now that real unit tests are in place.
1 parent 14d6f70 commit 1415a02

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

tests/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ if(DEFINED ENV{GITHUB_ACTIONS})
1515
FetchContent_MakeAvailable(gtest)
1616

1717
add_executable(unit_tests
18-
unit/no_op_test.cpp
1918
unit/thread_local_curl_test.cpp
2019
unit/unit_tests.cpp)
2120
target_link_libraries(unit_tests PRIVATE gtest_main aws-lambda-runtime)
@@ -29,7 +28,6 @@ if(DEFINED ENV{GITHUB_ACTIONS})
2928
else()
3029
# Build unit tests using the bundled gtest
3130
add_executable(unit_tests
32-
unit/no_op_test.cpp
3331
unit/thread_local_curl_test.cpp
3432
unit/unit_tests.cpp
3533
gtest/gtest-all.cc)

tests/unit/no_op_test.cpp

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)