blob: ec79a7fc55192731a8327e9a7c8f105ea10170c8 [file] [log] [blame]
Travis Geiselbrecht1d0df692008-09-01 02:26:09 -07001LOCAL_DIR := $(GET_LOCAL_DIR)
2
3INCLUDES += -I$(LOCAL_DIR)/include
4
5OBJS += \
6 $(LOCAL_DIR)/tests.o \
7 $(LOCAL_DIR)/thread_tests.o \
Channagoud Kadabi736c4962015-08-21 11:56:52 -07008 $(LOCAL_DIR)/printf_tests.o
9
10ifeq ($(VERIFIED_BOOT),1)
11OBJS += \
Sundarajan Srinivasan7dab3e62014-04-21 14:03:09 -070012 $(LOCAL_DIR)/kauth_test.o
Channagoud Kadabi736c4962015-08-21 11:56:52 -070013endif