You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
583 B
19 lines
583 B
LOCAL_PATH := $(call my-dir)
|
|
|
|
##############################################
|
|
# Execute Robolectric processor tests
|
|
##############################################
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := Run_robolectric_processor_tests
|
|
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-MIT
|
|
LOCAL_LICENSE_CONDITIONS := notice
|
|
LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../LICENSE
|
|
|
|
test_source_directory := $(LOCAL_PATH)/src/test/java
|
|
|
|
test_runtime_libraries := \
|
|
Robolectric_processor_tests
|
|
|
|
include external/robolectric-shadows/run_robolectric_module_tests.mk
|