OSDN Git Service

AI 144500: Added support for some extra make arguments for some testsuite.
authorNiko Catania <>
Fri, 3 Apr 2009 21:12:46 +0000 (14:12 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Fri, 3 Apr 2009 21:12:46 +0000 (14:12 -0700)
commit01a83b15eb21ca0cbb15f77011783359c3bd6e83
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent75dd0c1c9d1f780c911fe837a279a07e429e200b
AI 144500: Added support for some extra make arguments for some testsuite.
  For instance the libstdc++ testsuite requires BIONIC_TESTS=1 to
  actually build the tests.
  * development/testrunner/test_defs.py:
  Parse the new extra_make_args attribute.
  * development/testrunner/runtest.py:
  Added support for extra make arguments. Some testsuite requires this to actually be built.
  Changed the log statement to log what is actually being done.
  * development/testrunner/test_defs.xml:
  Added extra make argument to enable the libstdc++ tests.

Automated import of CL 144500