Merge "Add device-tests and general-tests make targets." am: c436f9eeec
am: 0d0f7e1c7b
am: c1eb9a69c8
Change-Id: I6288642e2dcfa7210605030e968dae4122c8deb6
This commit is contained in:
17
core/tasks/device-tests.mk
Normal file
17
core/tasks/device-tests.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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: device-tests
|
||||
device-tests: $(COMPATIBILITY.device-tests.FILES)
|
16
core/tasks/general-tests.mk
Normal file
16
core/tasks/general-tests.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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)
|
Reference in New Issue
Block a user