Open enh-google opened 1 year ago
it is because now math/test/foo.h is copied into build/include/test/foo.h and build/include is in the include path but build/include/test is not.
this is a bit weird, but the reason is to allow pl/math/test/foo.h to override math/test/foo.h when building test tools. i think we may need a nicer way to do this.
is it deliberate that you need math/ on the include path to build the math tests?
i'm guessing these should all have the leading
test/
removed?(worked around in the Android build for now by just adding
math/
to the include path.)