summaryrefslogtreecommitdiff
path: root/tools/aidl/tests
AgeCommit message (Collapse)Author
2015-09-11Remove the aidl toolChristopher Wiley
This has been moved into its own repository at //system/tools/aidl Test: Built aosp_arm-eng from scratch. Bug: 23691099 Change-Id: Ic45d55682b9dcafe894efe0a6317792f9c1236c6
2015-09-02aidl: Add end to end testChristopher Wiley
This test sets up an artificial hierarchy of .aidl files, then checks that the generated code contains a substring that we know to be correct. This isn't a very good unittest, but it does validate that the whole flow works start to finish. Bug: 23516947 Test: compiles, unit tests pass. Change-Id: I931b7659731b05440040623e12596669604cef3a
2015-09-02aidl: Remove example testChristopher Wiley
We have enough tests demonstrating how to write them. Bug: 23516947 Change-Id: I966cb6bb2d754db389be8f9b90957ac33cf66639 Test: Unittests pass.
2015-08-28Set up aidl for gtestCasey Dahlin
Bug: 23516947 Change-Id: I1c004868525f462d04894a7b96c671b626061ab5 Signed-off-by: Casey Dahlin <sadmac@google.com>