提交 1328af5e 编写于 作者: D Daniel Larimer 提交者: GitHub

Merge pull request #85 from elmato/fix-slow-test-dependencies

Add exchange target as dependency for slow_test
......@@ -15,5 +15,5 @@ if(WASM_TOOLCHAIN)
add_executable( slow_test ${SLOW_TESTS} ${COMMON_SOURCES} )
target_link_libraries( slow_test eos_native_contract eos_chain chainbase eos_utilities eos_egenesis_none fc ${PLATFORM_SPECIFIC_LIBS} )
target_include_directories( slow_test PUBLIC ${CMAKE_SOURCE_DIR}/contracts )
add_dependencies(slow_test currency)
add_dependencies(slow_test currency exchange)
endif()
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册