xref: /aosp_15_r20/external/mbedtls/tests/include/alt-extra/psa/crypto.h (revision 62c56f9862f102b96d72393aff6076c951fb8148)
1*62c56f98SSadaf Ebrahimi /* The goal of the include/alt-extra directory is to test what happens
2*62c56f98SSadaf Ebrahimi  * if certain files come _after_ the normal include directory.
3*62c56f98SSadaf Ebrahimi  * Make sure that if the alt-extra directory comes before the normal
4*62c56f98SSadaf Ebrahimi  * directory (so we wouldn't be achieving our test objective), the build
5*62c56f98SSadaf Ebrahimi  * will fail.
6*62c56f98SSadaf Ebrahimi  */
7*62c56f98SSadaf Ebrahimi #error "The normal include directory must come first in the include path"
8