liblp: add test to presubmit

Add liblp_test to TEST_MAPPING to be triggered as TH presubmit test.

Bug: none
Test: liblp_test
Change-Id: If4d60e816e4e1b321603e1a5ed00e21297567d38
Signed-off-by: Alessio Balsini <balsini@google.com>
This commit is contained in:
Alessio Balsini 2020-02-04 21:33:56 +00:00
parent 09b9fc56a2
commit 13d2d968d9
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
"presubmit": [
{
"name": "libdm_test"
},
{
"name": "liblp_test"
}
]
}