Skip to content

Commit

Permalink
Fix builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jan 13, 2021
1 parent 871dafd commit 3b49067
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/CMakeLists.txt
@@ -1,9 +1,12 @@

add_subdirectory( common )
add_subdirectory( XrdClTests )
add_subdirectory( XrdEcTests )
add_subdirectory( XrdSsiTests )

if( BUILD_XRDEC )
add_subdirectory( XrdEcTests )
endif()

if( BUILD_CEPH )
add_subdirectory( XrdCephTests )
endif()

0 comments on commit 3b49067

Please sign in to comment.