Skip to content

Commit

Permalink
Temporary disabled all applicative tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vt4a2h committed Oct 28, 2024
1 parent aaabe75 commit 0165bf0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(${CMAKE_SOURCE_DIR}/cmake/helpers.cmake)

has_expected(HAS_EXPECTED_RESULT)
message(STATUS "Has std::expected support: ${HAS_EXPECTED_RESULT}")
#has_expected(HAS_EXPECTED_RESULT)
#message(STATUS "Has std::expected support: ${HAS_EXPECTED_RESULT}")

find_package(Catch2 CONFIG REQUIRED)
find_package(fmt CONFIG REQUIRED)
Expand All @@ -27,8 +27,8 @@ target_sources(tests PRIVATE
writer_default_types.hpp
writer_utility_types.hpp
test_writer_move_copy.cpp
test_utils_ap_optional.cpp
test_applicative_optional.cpp
# test_utils_ap_optional.cpp
# test_applicative_optional.cpp
test_expected_create.cpp
test_expected_unexpected_create.cpp
test_expected_unexpected_access_error.cpp
Expand All @@ -37,11 +37,11 @@ target_sources(tests PRIVATE
test_expected_traits.cpp
)

if (HAS_EXPECTED_RESULT)
target_sources(tests PRIVATE
test_utils_ap_expected.cpp
)
endif ()
#if (HAS_EXPECTED_RESULT)
# target_sources(tests PRIVATE
# test_utils_ap_expected.cpp
# )
#endif ()

target_compile_features(tests PRIVATE cxx_std_23)

Expand Down

0 comments on commit 0165bf0

Please sign in to comment.