Skip to content

Commit

Permalink
add trait and test to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorostsa committed May 28, 2023
1 parent c435377 commit 9f2c184
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions libs/core/algorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
set(algorithms_headers
hpx/algorithms/traits/is_pair.hpp
hpx/algorithms/traits/is_relocatable.hpp
hpx/algorithms/traits/is_trivially_relocatable.hpp
hpx/algorithms/traits/is_value_proxy.hpp
hpx/algorithms/traits/pointer_category.hpp
hpx/algorithms/traits/projected.hpp
Expand Down
12 changes: 9 additions & 3 deletions libs/core/algorithms/tests/unit/algorithms/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

set(tests test_is_relocatable test_low_level test_merge_four test_merge_vector
test_nbits test_range
set(tests
test_is_relocatable
test_is_trivially_relocatable
test_low_level
test_merge_four
test_merge_vector
test_nbits
test_range
)

foreach(test ${tests})
Expand All @@ -25,4 +31,4 @@ foreach(test ${tests})
)

add_hpx_unit_test("modules.algorithms.util" ${test} ${${test}_PARAMETERS})
endforeach()
endforeach()

0 comments on commit 9f2c184

Please sign in to comment.