We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f0157 commit 71d0f79Copy full SHA for 71d0f79
tests/functests/CMakeLists.txt
@@ -30,7 +30,7 @@ endif()
30
31
if (EXISTS ${CMAKE_SOURCE_DIR}/lib/modules/exp/tests)
32
list(APPEND SRCS
33
- ${CMAKE_SOURCE_DIR}/lib/modules/exp/tests/functests/ECSClientFuncTestzlibs.cpp
+ ${CMAKE_SOURCE_DIR}/lib/modules/exp/tests/functests/ECSClientFuncTests.cpp
34
${CMAKE_SOURCE_DIR}/lib/modules/exp/tests/functests/ECSClientRealworldFuncTests.cpp
35
${CMAKE_SOURCE_DIR}/lib/modules/exp/tests/functests/ECSConfigCacheFuncTests.cpp
36
)
0 commit comments