• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LOCAL_PATH := $(call my-dir)
2
3##############################################
4# Execute Robolectric utils tests
5##############################################
6include $(CLEAR_VARS)
7
8LOCAL_MODULE := Run_robolectric_utils_tests
9LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
10LOCAL_LICENSE_CONDITIONS := notice
11LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../LICENSE
12
13test_source_directory := $(LOCAL_PATH)/src/test/java
14
15test_runtime_libraries := \
16  Robolectric_utils_tests
17
18include external/robolectric-shadows/run_robolectric_module_tests.mk
19