diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-03 23:33:02 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-03 23:33:02 +0800 |
commit | 6eeef2762c0e784bf0c44793376a70430575d34d (patch) | |
tree | d8bc55513734f16a88cdc35dc2469c405e509a36 /CMakeLists.txt | |
parent | bc1aaa78a8fc2954e45e5cea9118f61aec16ad80 (diff) | |
download | dexon-solidity-6eeef2762c0e784bf0c44793376a70430575d34d.tar dexon-solidity-6eeef2762c0e784bf0c44793376a70430575d34d.tar.gz dexon-solidity-6eeef2762c0e784bf0c44793376a70430575d34d.tar.bz2 dexon-solidity-6eeef2762c0e784bf0c44793376a70430575d34d.tar.lz dexon-solidity-6eeef2762c0e784bf0c44793376a70430575d34d.tar.xz dexon-solidity-6eeef2762c0e784bf0c44793376a70430575d34d.tar.zst dexon-solidity-6eeef2762c0e784bf0c44793376a70430575d34d.zip |
Clean up and organize tests + state class tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6aa99b61..e8769117 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ link_directories(../libethereum) file(GLOB HEADERS "*.h") add_executable(testeth ${SRC_LIST} ${HEADERS}) -add_executable(createRandomTest createRandomTest.cpp vm.cpp) +add_executable(createRandomTest createRandomTest.cpp vm.cpp TestHelper.cpp) target_link_libraries(testeth ethereum) target_link_libraries(testeth ethcore) |