Searched refs:my_test (Results 1 - 2 of 2) sorted by relevance

/build/core/
H A Ddefinitions.mk3175 define my_test macro
3183 $(call my_test,abc,abc)
3184 $(call my_test,abc/def,abc/def)
3185 $(call my_test,a/b/c,a/b/c)
3186 $(call my_test,.,.)
3187 $(call my_test,..,..)
3188 $(call my_test,../..,../..)
3189 $(call my_test,../../abc,../../abc)
3190 $(call my_test,/abc,/abc)
3191 $(call my_test,/,/)
[all...]
/build/make/core/
H A Ddefinitions.mk3175 define my_test macro
3183 $(call my_test,abc,abc)
3184 $(call my_test,abc/def,abc/def)
3185 $(call my_test,a/b/c,a/b/c)
3186 $(call my_test,.,.)
3187 $(call my_test,..,..)
3188 $(call my_test,../..,../..)
3189 $(call my_test,../../abc,../../abc)
3190 $(call my_test,/abc,/abc)
3191 $(call my_test,/,/)
[all...]

Completed in 91 milliseconds