16 lines
404 B
Makefile
16 lines
404 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
##############################################
|
|
# Execute Robolectric utils tests
|
|
##############################################
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := Run_robolectric_utils_tests
|
|
|
|
test_source_directory := $(LOCAL_PATH)/src/test/java
|
|
|
|
test_runtime_libraries := \
|
|
Robolectric_utils_tests
|
|
|
|
include external/robolectric-shadows/run_robolectric_module_tests.mk
|