Skip to content

Commit

Permalink
Retab CMakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
cjen1-msft committed Feb 3, 2025
1 parent f2fd786 commit e51a9b3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -656,12 +656,12 @@ if(BUILD_TESTS)

# Unit tests
if(BUILD_UNIT_TESTS)
if(COMPILE_TARGET STREQUAL "snp")
add_unit_test(
snp_ioctl_test
${CMAKE_CURRENT_SOURCE_DIR}/src/pal/test/snp_ioctl_test.cpp
)
endif()
if(COMPILE_TARGET STREQUAL "snp")
add_unit_test(
snp_ioctl_test
${CMAKE_CURRENT_SOURCE_DIR}/src/pal/test/snp_ioctl_test.cpp
)
endif()

add_unit_test(map_test ${CMAKE_CURRENT_SOURCE_DIR}/src/ds/test/map_test.cpp)

Expand Down Expand Up @@ -944,7 +944,6 @@ if(BUILD_TESTS)
add_test(NAME github_version_lts_test
COMMAND ${PYTHON} ${CMAKE_SOURCE_DIR}/tests/infra/github.py
)

endif()

if(NOT TSAN)
Expand Down Expand Up @@ -1393,4 +1392,4 @@ install(FILES ${CMAKE_BINARY_DIR}/cmake/${CCF_PROJECT}-config.cmake
)

# Perf tool executable
include(${CCF_DIR}/tests/perf-system/submitter/CMakeLists.txt)
include(${CCF_DIR}/tests/perf-system/submitter/CMakeLists.txt)

0 comments on commit e51a9b3

Please sign in to comment.