solidity/test
chriseth 7ea3d950d7 Allow calling internal functions of libraries.
Internal functions of libraries can be called as if the library were a
base contract of the calling contract. As the calling convention for
internal functions is to not create a new call context, the code of
these functions will be pulled into the context of the caller,
duplicating their code. This might pull in code of further internal or
even private functions.

The use case for such functions is to allow libraries which can operate
on memory types such that these types can also be modified in place.
2016-05-03 22:41:18 +02:00
..
contracts Fixed Windows warnings 2016-03-18 01:22:15 -07:00
libsolidity Allow calling internal functions of libraries. 2016-05-03 22:41:18 +02:00
boostTest.cpp Fix Windows warning for boost in solidity tests. 2016-03-21 16:05:30 -07:00
CMakeLists.txt wrap soltest add_executable 2016-05-01 01:29:38 +01: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