diff options
author | chriseth <c@ethdev.com> | 2015-08-04 18:43:40 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-08-04 22:31:39 +0800 |
commit | f2088278aab0c703510814f0f4a59009942ec053 (patch) | |
tree | bbc30c6cd2c577b78757111035fe138bb0f61471 | |
parent | 765f30368837e3e930d6a221d870a277278e5c3f (diff) | |
download | dexon-solidity-f2088278aab0c703510814f0f4a59009942ec053.tar.gz dexon-solidity-f2088278aab0c703510814f0f4a59009942ec053.tar.zst dexon-solidity-f2088278aab0c703510814f0f4a59009942ec053.zip |
Break off contract tests.
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | contracts/CMakeLists.txt | 5 | ||||
-rw-r--r-- | contracts/FixedFeeRegistrar.cpp (renamed from libsolidity/SolidityFixedFeeRegistrar.cpp) | 0 | ||||
-rw-r--r-- | contracts/Wallet.cpp (renamed from libsolidity/SolidityWallet.cpp) | 0 |
4 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e24e334..f7475112 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,7 @@ endif() if (SOLIDITY) add_subdirectory(libsolidity) + add_subdirectory(contracts) endif () if (JSONRPC) add_subdirectory(libweb3jsonrpc) diff --git a/contracts/CMakeLists.txt b/contracts/CMakeLists.txt new file mode 100644 index 00000000..3ceda13b --- /dev/null +++ b/contracts/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_policy(SET CMP0015 NEW) + +aux_source_directory(. SRCS) + +add_sources(${SRCS}) diff --git a/libsolidity/SolidityFixedFeeRegistrar.cpp b/contracts/FixedFeeRegistrar.cpp index 26373499..26373499 100644 --- a/libsolidity/SolidityFixedFeeRegistrar.cpp +++ b/contracts/FixedFeeRegistrar.cpp diff --git a/libsolidity/SolidityWallet.cpp b/contracts/Wallet.cpp index 3c88afd9..3c88afd9 100644 --- a/libsolidity/SolidityWallet.cpp +++ b/contracts/Wallet.cpp |