blob: 45f635d96c3140d22456f71bde25a3326944f39d [file] [log] [blame]
James Lemieuxf5a4ae42017-09-22 18:51:10 -07001LOCAL_PATH := $(call my-dir)
James Lemieux3165e862017-12-01 13:23:47 -08002
3##############################################
4# Execute Robolectric processor tests
5##############################################
6include $(CLEAR_VARS)
7
8LOCAL_MODULE := Run_robolectric_processor_tests
Bob Badour03512032021-02-12 18:20:20 -08009LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-MIT
10LOCAL_LICENSE_CONDITIONS := notice
11LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../LICENSE
James Lemieux3165e862017-12-01 13:23:47 -080012
13test_source_directory := $(LOCAL_PATH)/src/test/java
14
15test_runtime_libraries := \
Colin Crossfc794152019-04-23 13:43:44 -070016 Robolectric_processor_tests
James Lemieux3165e862017-12-01 13:23:47 -080017
Colin Crossfc794152019-04-23 13:43:44 -070018include external/robolectric-shadows/run_robolectric_module_tests.mk