Error with the new rc (0.99.5-0.7.2) under Linux while compiling tests

Hi all,
just want to report an issue with compiling the tests under linux, in file tests/test.android/jni/Android.mk, line 8 reads

CocosDenshion/Android \

but should instead be

CocosDenshion/android \

The difference is in the capital A in “Android”, as the folder name is android and linux, unlike Windows, is case sensitive.
Hope this helps!

Happy coding and thanks to the cocos2d-x team for the new release

Marco
http://www.marco83.com/work

Thank you for your work.

I have created an issue:
http://www.cocos2d-x.org/boards/10/topics/438

It is fixed.