cppTests make it work?

Please help with running tests inside cpptests.
I launched the cpp tests in 2 ways:

Want to make work all the test cases of cpp tests (v3.2 on eclipse NDK r9d).
I did 2 ways…

  1. Simply imported the project in eclipse and run the cpptests in android device.
    It worked but it asked me to set CC_BOX2D_INTEGRATION…=1 for ‘basic test of Box2d’
    And accessing tests cases for Node: UI is causing application to crash.
    But where shall I set this =1?

  2. I created a new cocos2d-x project.
    Then copied all the classes and resources of cpptests to the new one.
    I also copied jni/Android.mk and also Android.manifest file

Selecting the options like Basic Box2d or Node: UI closes my application…
I am testing it on real android device…

Someone please help… I want to see how scroll view, box2d basic Box2d physics OPTIONS in the cpp tests menu work…

Can somebody who got them running successfully… please help?