Confirmed users
1,759
edits
| Line 461: | Line 461: | ||
For example, TEST_PATH=TestTimers. | For example, TEST_PATH=TestTimers. | ||
To run all the compiled code tests in a directory: | |||
cd <objdir-droid> | |||
make -C <dir> cppunittests-remote | |||
For example: | |||
make -C xpcom/tests cppunittests-remote | |||
Advanced features: | Advanced features: | ||