Home | History | Annotate | Download | only in core

Lines Matching refs:NDK

15 # Definitions for the Android NDK build system's internal unit tests.
20 # to be an internal unit test. It will be run automatically by ndk-build
44 -ndk-test-start = \
52 -ndk-test-end = \
63 -ndk-test-log = $(info . $(_test_name): $1)
65 -ndk-test-log = $(empty)
69 $(call -ndk-test-log,expect '$2' == '$1')\
78 $(call -ndk-test-log,assert '$2' == '$1')\
89 ndk-run-all-tests = \
90 $(info ================= STARTING NDK-BUILD UNIT TESTS =================)\
94 $(call -ndk-test-start,$(_test))\
96 $(call -ndk-test-end)\
101 $(info @@@@@@@@@@@ FAILED $(_test_fail_count) of $(_test_count) NDK-BUILD UNIT TESTS @@@@@@@)\
105 $(info =================== PASSED $(_test_count) NDK-BUILD UNIT TESTS =================)\