diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 21a97479ee4..e909d20667c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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