solidity/test
chriseth 5fb0bcce45 Replace fixed by standard encode function.
This way, we can use
```
BOOST_CHECK(callContractFunction("t(fixed8x128)", make_pair(rational(2, 3), 128)) == encodeArgs(u256(9)));
```
which is a bit more self-explanatory, I would say.
2016-10-12 17:28:47 +02:00
..
contracts Fix version pragma in tests. 2016-09-08 17:27:14 +02:00
libsolidity Replace fixed by standard encode function. 2016-10-12 17:28:47 +02:00
boostTest.cpp Cleanup of test suite init. 2016-08-12 15:11:30 +02:00
CMakeLists.txt Make the Solidity repository standalone. 2016-08-01 01:45:11 -07:00
RPCSession.cpp soltest on windows 2016-08-31 18:29:10 +04:00
RPCSession.h Auto-calibrate mining sleep time. 2016-08-12 15:11:31 +02:00
TestHelper.cpp rename --ipc to --ipcpath 2016-08-29 16:21:49 +04:00
TestHelper.h Exponential sleep increase on mining failure. 2016-08-12 15:11:31 +02:00