aboutsummaryrefslogtreecommitdiffstats
path: root/test/liblll/EndToEndTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* LLL: add test for (panic) in a sequenceAlex Beregszaszi2017-01-121-0/+7
|
* Removed 'panic' from 'constructor_arguments_external' and added specificDaniel Ellison2016-12-071-2/+147
| | | | | | test for fallback and fallthrough. Added one test for 'lit'. Added tests for arithmetic/binary/unary operations. Added the start of tests for assembler instructions within LLL source.
* Added tests for LLL constructors. Fixed a few tab issues.Daniel Ellison2016-12-071-5/+49
|
* Removed enclosed_panic test until assembler bug is fixed.Daniel Ellison2016-12-071-7/+0
|
* Simplified exp_operator_on_range test and changed to tedting a range.Daniel Ellison2016-12-071-11/+7
|
* Added tests for exponent operator.Daniel Ellison2016-12-071-0/+37
|
* Added 'panic' tests.Daniel Ellison2016-12-071-0/+14
|
* Add callFallback to ExectionFrameworkAlex Beregszaszi2016-11-301-1/+1
|
* LLL: check for return value in LLL smoke testAlex Beregszaszi2016-11-301-0/+1
|
* LLL: add end-to-end testsAlex Beregszaszi2016-11-301-0/+49