History log of /system/extras/tests/bionic/libstdc++/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b381ead492251a797d2df4b260cb01eb1f64cfad 10-Jul-2009 David 'Digit' Turner <digit@google.com> Don't build libstdc++ host tests with the Bionic headers.

This creates conflicts (e.g. <cfloat> includes <sys/limits.h> which is not
always available on the host).

Add missing using ::<function> statements to test_cstdlib.cpp.

Remove obsolete debug trace (LOCAL_MODULE=xxxxx) in Android.mk
/system/extras/tests/bionic/libstdc++/Android.mk
4c0461001130e5ea3cd45997598863599837d9d8 18-May-2009 David 'Digit' Turner <digit@google.com> Add <cmath> test
/system/extras/tests/bionic/libstdc++/Android.mk
8c88d7d48dc60adcfef4c1e6b6ef6ac255cfc16d 10-Apr-2009 Niko Catania <> AI 145714: Added cstring wrapper around string.h.
In new, include cstddef which declares std::size_t.
BUG=1601432

Automated import of CL 145714
/system/extras/tests/bionic/libstdc++/Android.mk
1aa5708e437b96e04f31d9c9f167427411ba5510 08-Apr-2009 Niko Catania <> AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and their tests.
The only one left is cstring.
* bionic/libstdc++/include/cstdlib:
* bionic/libstdc++/include/cstdio:
* bionic/libstdc++/include/cstdint:
* bionic/libstdc++/include/csignal:
* bionic/libstdc++/include/csetjmp:
Added header file.
Checks the bionic headers file were picked up instead of the host ones.
Added test for new header files
* system/extras/tests/bionic/libstdc++/Android.mk:
Added tests for the new header files.
EXTRA_CFLAGS: include the bionic header files.
BUG=1601432

Automated import of CL 145059
/system/extras/tests/bionic/libstdc++/Android.mk
84011c7599ab8a4463cefda5e8ce8a59987640d8 02-Apr-2009 Niko Catania <> AI 144236: Added new C to stdc++ header files: cassert, cctype, climits, ctime.
QA Impact:None
BUG=1601432

Automated import of CL 144236
/system/extras/tests/bionic/libstdc++/Android.mk
3cb2639f22f8aaf46852c9f03e825e05fc7e7362 30-Mar-2009 Niko Catania <> AI 143504: Completed cstddef to be non empty and similar to the gnu stl implementation.
Even if we don't want to have a bloated stl implementation, having empty
files around is probably not very good either.
Added a test to make sure the header file compiles on host and kila-eng.
QA Impact: In system/extras/test/bionic/libstdc++ build the tests using:
mm BIONIC_TESTS=1
to build the host and target tests.
BUG=1601432

Automated import of CL 143504
/system/extras/tests/bionic/libstdc++/Android.mk