Skip to content

Commit 14116f4

Browse files
committed
Make necessary change to ESI plugin unit test CMakeLists.txt.
1 parent cacec7c commit 14116f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/esi/test/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@
1616
#######################
1717

1818
add_library(esitest
19-
print_funcs.cc
2019
HandlerMap.cc
2120
StubIncludeHandler.cc
2221
TestHandlerManager.cc
2322
)
2423
target_link_libraries(esitest PUBLIC esi-common esicore)
2524

2625
macro(ADD_ESI_TEST NAME)
27-
add_executable(${NAME} ${ARGN})
26+
add_executable(${NAME} print_funcs.cc ${ARGN})
2827
target_link_libraries(${NAME} PRIVATE esitest)
2928
add_test(NAME ${NAME}_esi COMMAND $<TARGET_FILE:${NAME}>)
3029
endmacro()

0 commit comments

Comments
 (0)