commit | 9cd52065293a39763b974b101f2c36fae46ecece | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Wed Mar 29 23:09:37 2017 -0700 |
committer | Dan Shi <dshi@google.com> | Wed Mar 29 23:09:37 2017 -0700 |
tree | 6c0cec1034d3244c1466aa1be84d2408234f32be | |
parent | 8f8daca7ab43c0c3ebd043eec2c1829d280b5a14 [diff] [blame] |
Add test config to libgui_test Design doc: Generalized Suites & the Unification of APCT & CTS Workflows Design/Roadmap https://docs.google.com/document/d/1eabK3srlBLouMiBMrNP3xJPiRRdcoCquNxC8gBWPvx8/edit#heading=h.78vup5eivwzo Details about test configs changes are tracked in doc https://docs.google.com/document/d/1EWUjJ7fjy8ge_Nk0YQbFdRp8DSHo3z6GU0R8jLgrAcw/edit# Bug: 35882476 Test: local test Change-Id: Iff1d3b7166dfc217a4d57eb211467f87c5bf4c34
diff --git a/libs/gui/tests/Android.bp b/libs/gui/tests/Android.bp index 3c7958f..4779003 100644 --- a/libs/gui/tests/Android.bp +++ b/libs/gui/tests/Android.bp
@@ -4,6 +4,7 @@ // to integrate with auto-test framework. cc_test { name: "libgui_test", + test_suites: ["device-tests"], clang: true,