Skip to content

Commit

Permalink
GH-1251 No need to link to boost unit_test_framework, using header-only
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jun 28, 2023
1 parent 6008c72 commit d373b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/state_history_plugin/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_executable( test_state_history main.cpp session_test.cpp plugin_config_test.cpp)
target_link_libraries(test_state_history state_history_plugin eosio_testing eosio_chain_wrap Boost::unit_test_framework)
target_link_libraries(test_state_history state_history_plugin eosio_testing eosio_chain_wrap)
target_include_directories( test_state_history PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/../include" )

add_test(test_state_history test_state_history)

0 comments on commit d373b1d

Please sign in to comment.