Skip to content

Commit 72a9dd5

Browse files
committed
Collect all CppUTest unit tests to 'test'
1 parent ea12501 commit 72a9dd5

File tree

7 files changed

+0
-21
lines changed

7 files changed

+0
-21
lines changed

src/amdgpu/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ install(TARGETS amdgpu_hook DESTINATION ${CMAKE_INSTALL_PREFIX}/bin PERMISSIONS
1010
GROUP_READ GROUP_EXECUTE
1111
WORLD_READ WORLD_EXECUTE)
1212

13-
if(${ENABLE_UNIT_TESTS})
14-
add_subdirectory(test)
15-
endif(${ENABLE_UNIT_TESTS})

src/glibc/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ install(TARGETS glibc_hook DESTINATION ${CMAKE_INSTALL_PREFIX}/bin PERMISSIONS
1010
GROUP_READ GROUP_EXECUTE
1111
WORLD_READ WORLD_EXECUTE)
1212

13-
if(${ENABLE_UNIT_TESTS})
14-
add_subdirectory(test)
15-
endif(${ENABLE_UNIT_TESTS})
1613

src/mount/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ install(TARGETS mount_hook DESTINATION ${CMAKE_INSTALL_PREFIX}/bin PERMISSIONS
1010
GROUP_READ GROUP_EXECUTE
1111
WORLD_READ WORLD_EXECUTE)
1212

13-
if(${ENABLE_UNIT_TESTS})
14-
add_subdirectory(test)
15-
endif(${ENABLE_UNIT_TESTS})

src/mpi/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ install(TARGETS mpi_hook DESTINATION ${CMAKE_INSTALL_PREFIX}/bin PERMISSIONS
1010
GROUP_READ GROUP_EXECUTE
1111
WORLD_READ WORLD_EXECUTE)
1212

13-
if(${ENABLE_UNIT_TESTS})
14-
add_subdirectory(test)
15-
endif(${ENABLE_UNIT_TESTS})

src/slurm_global_sync/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ install(TARGETS slurm_global_sync_hook DESTINATION ${CMAKE_INSTALL_PREFIX}/bin P
1010
GROUP_READ GROUP_EXECUTE
1111
WORLD_READ WORLD_EXECUTE)
1212

13-
if(${ENABLE_UNIT_TESTS})
14-
add_subdirectory(test)
15-
endif(${ENABLE_UNIT_TESTS})

src/ssh/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ install(TARGETS ssh_hook DESTINATION ${CMAKE_INSTALL_PREFIX}/bin PERMISSIONS
1010
GROUP_READ GROUP_EXECUTE
1111
WORLD_READ WORLD_EXECUTE)
1212

13-
if(${ENABLE_UNIT_TESTS})
14-
add_subdirectory(test)
15-
endif(${ENABLE_UNIT_TESTS})
1613

src/timestamp/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ install(TARGETS timestamp_hook DESTINATION ${CMAKE_INSTALL_PREFIX}/bin PERMISSIO
1010
GROUP_READ GROUP_EXECUTE
1111
WORLD_READ WORLD_EXECUTE)
1212

13-
if(${ENABLE_UNIT_TESTS})
14-
add_subdirectory(test)
15-
endif(${ENABLE_UNIT_TESTS})
1613

0 commit comments

Comments
 (0)