Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #85 from elmato/fix-slow-test-dependencies
Browse files Browse the repository at this point in the history
Add exchange target as dependency for slow_test
  • Loading branch information
bytemaster authored Jul 18, 2017
2 parents f53084c + 927e21b commit 1328af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 1328af5

Please sign in to comment.