summaryrefslogtreecommitdiff
path: root/lib/tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/Android.mk')
-rw-r--r--lib/tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/Android.mk b/lib/tests/Android.mk
index df8e1590..026f17f8 100644
--- a/lib/tests/Android.mk
+++ b/lib/tests/Android.mk
@@ -37,5 +37,5 @@ IGT_LOCAL_C_INCLUDES += ${ANDROID_BUILD_TOP}/external/PRIVATE/drm/include/drm
IGT_LOCAL_STATIC_LIBRARIES := libintel_gpu_tools
IGT_LOCAL_SHARED_LIBRARIES := libpciaccess libdrm libdrm_intel
-$(foreach item,$(check_PROGRAMS),$(eval $(call add_test,$(item))))
+$(foreach item,$($(check_prog_list)),$(eval $(call add_test,$(item))))