提交 179975b2 编写于 作者: B Brian Johnson

Fixed order for generating memory_test wast.

上级 76a00113
......@@ -11,8 +11,8 @@ add_executable( chain_test ${UNIT_TESTS} ${COMMON_SOURCES} )
target_link_libraries( chain_test eos_native_contract eos_chain chainbase eos_utilities eos_egenesis_none wallet_plugin fc ${PLATFORM_SPECIFIC_LIBS} )
if(WASM_TOOLCHAIN)
file(GLOB SLOW_TESTS "slow_tests/*.cpp")
add_subdirectory(slow_tests/memory_test)
file(GLOB SLOW_TESTS "slow_tests/*.cpp")
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_BINARY_DIR}/contracts )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册