README.TXT revision 3cb2639f22f8aaf46852c9f03e825e05fc7e7362
1This directory contains a set of tests for Android's Bionic Standard C++ library.
2
3You must define the BIONIC_TESTS environment variable to build these
4test programs. For example, do:
5
6    cd system/extras/tests/bionic/libstdc++
7    mm BIONIC_TESTS=1
8
9All test programs should exit with a status code of 0 in case of success, and 1
10in case of failure.
11
12The directory layout is currently flat because there is one Bionic test. If you
13want to add GNU STDC++ or benchmark tests, look in tests/bionic/libc as an
14example how to structure your files.
15