Skip to content

Commit 3f4df63

Browse files
authored
Merge pull request #83 from userver-framework/fdr400-fix-cmake-includes
fix cmake: remove auto included includes
2 parents fd8c358 + d67f627 commit 3f4df63

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,9 @@ add_executable(${PROJECT_NAME}_benchmark
4949
target_link_libraries(${PROJECT_NAME}_benchmark PRIVATE ${PROJECT_NAME}_objs userver::ubench)
5050
add_google_benchmark_tests(${PROJECT_NAME}_benchmark)
5151

52-
53-
# Functional Tests
54-
include(UserverTestsuite)
55-
52+
# Functional testing
5653
userver_testsuite_add_simple()
5754

58-
5955
# Install
6056
include(GNUInstallDirs)
6157

0 commit comments

Comments
 (0)