solidity/test
Yoichi Hirai 9dac41d845
Remove an unused function successAssemble
Otherwise, I see a build failure:
    test/libjulia/Parser.cpp:92:6: error: ‘bool dev::solidity::test::{anonymous}::successAssemble(const string&, bool)’ defined but not used [-Werror=unused-function]
     bool successAssemble(string const& _source, bool _allowWarnings = true)
          ^~~~~~~~~~~~~~~
    cc1plus: all warnings being treated as errors
2017-05-09 11:51:16 +02:00
..
contracts Revert "Fix contract lookup in tests" 2017-01-16 18:07:48 -05:00
libdevcore Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00
libevmasm Fix licensing headers 2016-11-23 12:22:33 +01:00
libjulia Remove an unused function successAssemble 2017-05-09 11:51:16 +02:00
liblll LLL: add test for (panic) in a sequence 2017-01-12 14:52:01 +00:00
libsolidity Run in optimizer mode when requested 2017-05-06 11:28:46 +01:00
boostTest.cpp Option to disable/remove all tests that require IPC. 2017-04-26 12:36:15 +02:00
CMakeLists.txt Add basic test for jsonCompiler 2017-05-06 11:28:01 +01:00
cmdlineTests.sh Make the fuzzer quiet 2017-04-27 16:47:39 +01:00
ExecutionFramework.cpp Create getBlockByNumber RPC method 2017-02-10 13:24:56 +00:00
ExecutionFramework.h Add blockNumber and blockTimestamp to ExecutionFramework 2017-02-10 13:24:56 +00:00
fuzzer.cpp Fix return value in the fuzzer. 2017-05-03 12:27:01 +02:00
Metadata.cpp Split out common metadata validation code 2017-05-06 11:28:01 +01:00
Metadata.h Split out common metadata validation code 2017-05-06 11:28:01 +01:00
RPCSession.cpp test: change RPC settings to see if they have effects during testing 2017-04-25 16:47:43 +02:00
RPCSession.h Just bigger numbers 2017-04-25 16:47:44 +02:00
TestHelper.cpp Option to disable/remove all tests that require IPC. 2017-04-26 12:36:15 +02:00
TestHelper.h Option to disable/remove all tests that require IPC. 2017-04-26 12:36:15 +02:00