Adds the device-tests and general-tests makefiles and added include lines to main.mk so that individual test modules can be built properly. These targets do not build any special tradefed wrapper that normal *TS's usually employ. They are not necessary here. Bug: 35350788 Test: Updated several CTS test modules to belong to these suites instead and ran: `rm -rf out; make clean; make device-tests general-tests -j` then verified the output. Change-Id: I40e3958375f7b39cb56508f2812ce9760d403f6f
17 lines
677 B
Makefile
17 lines
677 B
Makefile
# Copyright (C) 2017 The Android Open Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agrls eed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
.PHONY: general-tests
|
|
device-tests: $(COMPATIBILITY.general-tests.FILES)
|