Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | edify: Move the testcases to gtest. | Tao Bao | 2016-10-04 | 1 | -219/+0 |
| | | | | | | | | | | | | | Now they live in tests/component/edify_test.cpp. Also rename edify/main.cpp to edify/edify_parser.cpp. It becomes a host-side debugging tool that validates the input edify script. However, it supports edify builtin functions only and doesn't recognize the ones defined via updater. Test: recovery_component_test passes on device. Change-Id: Ib94a787bf15098a9cc078d256b6a6dc96ff12b2e | ||||
* | edify: accept long string literal. | Yabin Cui | 2016-01-27 | 1 | -0/+5 |
| | | | | | Bug: 24717917 Change-Id: I134cf00ae7efbc3703f976459a1b9f9a197e495d | ||||
* | edify: Switch to C++. | Tao Bao | 2015-08-20 | 1 | -0/+214 |
Change-Id: I71aede6e29af1dc4bb858a62016c8035db5d3452 |