Skip to content

Commit ed452c5

Browse files
committed
Add sv_hash_test to test/CMakeLists.txt
1 parent 78885aa commit ed452c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ set(BOOST_TEST_LINK_LIBRARIES Boost::core Boost::utility)
1616

1717
boost_test(TYPE run SOURCES sv_conversion_test2.cpp)
1818

19+
set(BOOST_TEST_LINK_LIBRARIES Boost::core Boost::container_hash)
20+
21+
boost_test(TYPE run SOURCES sv_hash_test.cpp)
22+
1923
set(BOOST_TEST_LINK_LIBRARIES Boost::core Boost::config Boost::move Boost::smart_ptr)
2024

2125
boost_test(TYPE run SOURCES fclose_deleter_test.cpp)

0 commit comments

Comments
 (0)