summaryrefslogtreecommitdiffstats
path: root/edify/main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* edify: Move the testcases to gtest.Tao Bao2016-10-041-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 Cui2016-01-271-0/+5
| | | | | Bug: 24717917 Change-Id: I134cf00ae7efbc3703f976459a1b9f9a197e495d
* edify: Switch to C++.Tao Bao2015-08-201-0/+214
Change-Id: I71aede6e29af1dc4bb858a62016c8035db5d3452