aboutsummaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move test tools to the subdirectory test/tools and adjust CMakeLists.txt.Daniel Kirchner2018-03-131-6/+24
|
* Rename jsonCompiler to libsolcAlex Beregszaszi2017-12-111-2/+2
|
* CMake: Make libs dependencies explicitPaweł Bylica2017-08-211-1/+1
|
* CMake: Simplify test tools configPaweł Bylica2017-08-181-22/+5
|
* CMake: Simplify libevmasm configPaweł Bylica2017-08-181-1/+1
|
* CMake: Build static libs by defaultPaweł Bylica2017-08-181-1/+1
|
* Refactor to abstract assembly to JULIA.chriseth2017-05-201-0/+1
|
* Add basic test for jsonCompilerAlex Beregszaszi2017-05-061-1/+1
|
* Add Julia parser testAlex Beregszaszi2017-05-051-0/+1
|
* Add constant optimizer testing to the fuzz tester.chriseth2017-04-271-1/+1
|
* Add executable for use with AFL.chriseth2017-02-161-18/+4
|
* Add test/liblll to cmakeAlex Beregszaszi2016-11-301-1/+2
|
* Multi-level swarm hash.chriseth2016-11-151-2/+3
|
* test: add a test case about SourceLocationYoichi Hirai2016-11-071-0/+1
|
* Make the Solidity repository standalone.Bob Summerwill2016-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | This commit is the culmination of several months of work to decouple Solidity from the webthree-umbrella so that it can be developed in parallel with cpp-ethereum (the Ethereum C++ runtime) and so that even for the Solidity unit-tests there is no hard-dependency onto the C++ runtime. The Tests-over-IPC refactoring was a major step in the same process which was already committed. This commit contains the following changes: - A subset of the CMake functionality in webthree-helpers was extracted and tailored for Solidity into ./cmake. Further cleanup is certainly possible. - A subset of the libdevcore functionality in libweb3core was extracted and tailored for Solidity into ./libdevcore. Further cleanup is certainly possible - The gas price constants in EVMSchedule were orphaned into libevmasm. - Some other refactorings and cleanups were made to sever unnecessary EVM dependencies in the Solidity unit-tests. - TravisCI and Appveyor support was added, covering builds and running of the unit-tests (Linux and macOS only for now) - A bug-fix was made to get the Tests-over-IPC running on macOS. - There are still reliability issues in the unit-tests, which need immediate attention. The Travis build has been flipped to run the unit-tests 5 times, to try to flush these out. - The Emscripten automation which was previously in webthree-umbrella was merged into the TravisCI automation here. - The development ZIP deployment step has been commented out, but we will want to read that ONLY for release branch. Further iteration on these changes will definitely be needed, but I feel these have got to sufficient maturity than holding them back further isn't winning us anything. It is go time :-)
* Do not link to libethereum for tests.chriseth2016-07-011-1/+1
|
* Refactor testing via IPC.chriseth2016-06-291-20/+2
|
* Include nested headers.chriseth2016-06-031-1/+1
|
* wrap soltest add_executablerainbeam2016-05-011-1/+1
| | | | Allows static linking.
* Make solidity independent from ethcore.chriseth2016-04-071-1/+1
|
* Fix a "Solidity::solidity" dependency edge in the CMake file for soltest, ↵Bob Summerwill2015-12-061-1/+1
| | | | | | | which got missed in the previous PR. This change resolves an inconsistency which was discovered in the automated dependency graph generation. softest was being declared as dependent on the Solidity module, not on just libsolidity, as it should be.
* client refactordebris2015-08-271-5/+1
|
* Fix "add_sources" cmake macro.Paweł Bylica2015-08-251-1/+3
|
* Refactoreed CMakeLists for new module systemarkpar2015-08-241-7/+10
|
* Modularise CMakeLists files and integrate tests.chriseth2015-08-201-77/+8
|
* Move Solidity tests.chriseth2015-08-201-0/+121