solidity/test
chriseth 30b325fdc1 Allow "new expressions" also for general type names.
Breaking change: If you want to send value with a contract creation, you
have to use parentheses now:

`(new ContractName).value(2 ether)(arg1, arg2)`
2015-11-26 13:10:12 +01:00
..
contracts used throw statement instead of __throw() 2015-09-29 18:24:28 +02:00
libsolidity Allow "new expressions" also for general type names. 2015-11-26 13:10:12 +01:00
boostTest.cpp Modularise CMakeLists files and integrate tests. 2015-08-20 00:55:41 +02:00
CMakeLists.txt client refactor 2015-08-27 14:28:31 +02:00
TestHelper.cpp Modularise CMakeLists files and integrate tests. 2015-08-20 00:55:41 +02:00
TestHelper.h Allow building with new boost version 1.59 2015-10-24 23:11:01 +02:00