提交 368dfd0f 编写于 作者: B Brian Johnson

Copying over genesis.json and tests/eosd_run_test.sh so tests can be run in out of band builds.

上级 c230add3
......@@ -224,3 +224,5 @@ endif(LINUX)
include(CPack)
endif(ENABLE_INSTALLER)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/genesis.json ${CMAKE_CURRENT_BINARY_DIR}/genesis.json COPYONLY)
......@@ -22,4 +22,6 @@ if(WASM_TOOLCHAIN)
target_link_libraries( api_test eos_native_contract eos_chain chainbase eos_utilities eos_egenesis_none fc ${PLATFORM_SPECIFIC_LIBS} )
target_include_directories( api_test PUBLIC ${CMAKE_BINARY_DIR}/contracts ${CMAKE_SOURCE_DIR}/contracts )
add_dependencies(api_test test_api)
endif()
\ No newline at end of file
endif()
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/eosd_run_test.sh ${CMAKE_CURRENT_BINARY_DIR}/eosd_run_test.sh COPYONLY)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册