2012-05-29 16:21:23 +08:00
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
2014-03-11 17:34:08 +08:00
|
|
|
LOCAL_MODULE := cpp_tests_shared
|
2012-05-29 16:21:23 +08:00
|
|
|
|
2014-03-11 17:34:08 +08:00
|
|
|
LOCAL_MODULE_FILENAME := libcpp_tests
|
2012-05-29 16:21:23 +08:00
|
|
|
|
2014-03-11 17:34:08 +08:00
|
|
|
LOCAL_SRC_FILES := main.cpp
|
2012-07-20 17:06:00 +08:00
|
|
|
|
2013-10-16 16:48:39 +08:00
|
|
|
LOCAL_C_INCLUDES := ../../Classes
|
2012-05-29 16:21:23 +08:00
|
|
|
|
2014-03-11 17:34:08 +08:00
|
|
|
LOCAL_WHOLE_STATIC_LIBRARIES := cocos_cpp_tests_common
|
2012-05-29 16:21:23 +08:00
|
|
|
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|
|
|
|
|
2014-03-11 17:34:08 +08:00
|
|
|
$(call import-module,tests/cpp-tests)
|