Skip to content

Commit

Permalink
Add sv_hash_test to test/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 11, 2024
1 parent 78885aa commit ed452c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ set(BOOST_TEST_LINK_LIBRARIES Boost::core Boost::utility)

boost_test(TYPE run SOURCES sv_conversion_test2.cpp)

set(BOOST_TEST_LINK_LIBRARIES Boost::core Boost::container_hash)

boost_test(TYPE run SOURCES sv_hash_test.cpp)

set(BOOST_TEST_LINK_LIBRARIES Boost::core Boost::config Boost::move Boost::smart_ptr)

boost_test(TYPE run SOURCES fclose_deleter_test.cpp)
Expand Down

0 comments on commit ed452c5

Please sign in to comment.