blob: 75bd39ef52f1c403dfe04ba40a1095e91d0784fd [file] [log] [blame]
Ashok Bhat658f89d2013-02-28 18:32:03 +00001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 gglmul_test.cpp
6
7LOCAL_SHARED_LIBRARIES :=
8
9LOCAL_C_INCLUDES := \
Greg Hackmann38eb58d2015-03-12 11:16:50 -070010 $(LOCAL_PATH)/../../include
Ashok Bhat658f89d2013-02-28 18:32:03 +000011
12LOCAL_MODULE:= test-pixelflinger-gglmul
13
14LOCAL_MODULE_TAGS := tests
15
Narayan Kamath992031c2014-06-26 13:22:14 +010016include $(BUILD_NATIVE_TEST)