Browse Source

Break off contract tests.

cl-refactor
chriseth 10 years ago
parent
commit
0a0b3db44c
  1. 1
      test/CMakeLists.txt
  2. 5
      test/contracts/CMakeLists.txt
  3. 0
      test/contracts/FixedFeeRegistrar.cpp
  4. 0
      test/contracts/Wallet.cpp

1
test/CMakeLists.txt

@ -33,6 +33,7 @@ endif()
if (SOLIDITY)
add_subdirectory(libsolidity)
add_subdirectory(contracts)
endif ()
if (JSONRPC)
add_subdirectory(libweb3jsonrpc)

5
test/contracts/CMakeLists.txt

@ -0,0 +1,5 @@
cmake_policy(SET CMP0015 NEW)
aux_source_directory(. SRCS)
add_sources(${SRCS})

0
test/libsolidity/SolidityFixedFeeRegistrar.cpp → test/contracts/FixedFeeRegistrar.cpp

0
test/libsolidity/SolidityWallet.cpp → test/contracts/Wallet.cpp

Loading…
Cancel
Save