mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin""
This commit is contained in:
parent
e3aca3dca9
commit
b0b3223fed
@ -95,12 +95,6 @@ if (JSONRPC)
|
|||||||
target_link_libraries(testeth ${JSON_RPC_CPP_CLIENT_LIBRARIES})
|
target_link_libraries(testeth ${JSON_RPC_CPP_CLIENT_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (UNIX) # Create symlink to old testeth location to make bildbot happy
|
|
||||||
add_custom_command(TARGET testeth POST_BUILD
|
|
||||||
COMMAND ${CMAKE_COMMAND} -E create_symlink ${CMAKE_BINARY_DIR}/bin/testeth ${CMAKE_BINARY_DIR}/test/testeth
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
set(CTEST_OUTPUT_ON_FAILURE TRUE)
|
set(CTEST_OUTPUT_ON_FAILURE TRUE)
|
||||||
|
|
||||||
@ -116,6 +110,7 @@ eth_add_test(ClientBase
|
|||||||
)
|
)
|
||||||
|
|
||||||
eth_add_test(JsonRpc
|
eth_add_test(JsonRpc
|
||||||
ARGS --eth_testfile=BlockTests/bcJS_API_Test
|
ARGS --eth_testfile=BlockTests/bcJS_API_Test
|
||||||
ARGS --eth_testfile=BlockTests/bcValidBlockTest
|
ARGS --eth_testfile=BlockTests/bcValidBlockTest
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user