Skip to content

Commit

Permalink
[Tests] Add newly converted tests into the build system
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloGalav committed Aug 4, 2023
1 parent a02d139 commit a636c04
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/XrdCl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ add_executable(xrdcl-unit-tests
XrdClPoller.cc
XrdClSocket.cc
XrdClUtilsTest.cc
IdentityPlugIn.cc
XrdClFileTest.cc
XrdClFileCopyTest.cc
XrdClFileSystemTest.cc
XrdClOperationsWorkflowTest.cc
XrdClLocalFileHandlerTest.cc
XrdClPostMasterTest.cc
XrdClThreadingTest.cc
../common/Server.cc
../common/Utils.cc
../common/TestEnv.cc
)


target_link_libraries(xrdcl-unit-tests
XrdCl
XrdXml
Expand Down

0 comments on commit a636c04

Please sign in to comment.