From e7b71a18a4af7d3ec3cbbca1706e21c263428f83 Mon Sep 17 00:00:00 2001 From: nelsonli Date: Wed, 14 Aug 2019 09:47:21 +0800 Subject: [PATCH] VTS: Add vts-core to the dependency of tests Bug: 137921421 Test: (1) m tests (2) check vts-core-tests.zip For migrating most existing VTS test to executable by Base TradeFed, we have to create vts-core suite and test all of the modules in vts-core first. And add the packaging rules for vts-core suite. Bug: 137921421 Change-Id: Ifc92db205c78db98abf704aa6dfa50f1f77e983d --- core/tasks/vts-core-tests.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/tasks/vts-core-tests.mk b/core/tasks/vts-core-tests.mk index 919354c3d..fb1e1c61f 100644 --- a/core/tasks/vts-core-tests.mk +++ b/core/tasks/vts-core-tests.mk @@ -45,3 +45,5 @@ $(vts-core-zip) : $(COMPATIBILITY.vts-core.FILES) $(my_host_shared_lib_for_vts_c vts-core: $(vts-core-zip) $(call dist-for-goals, vts-core, $(vts-core-zip) $(vts-core-list-zip) $(vts-core-configs-zip)) + +tests: vts-core