summaryrefslogtreecommitdiff
path: root/tests/bionic/libstdc++/README.TXT
blob: 90d40ea971665676ac904eea6a5338ebcfd9ae5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This directory contains a set of tests for Android's Bionic Standard C++ library.

You must define the BIONIC_TESTS environment variable to build these
test programs. For example, do:

    cd system/extras/tests/bionic/libstdc++
    mm BIONIC_TESTS=1

All test programs should exit with a status code of 0 in case of success, and 1
in case of failure.

The directory layout is currently flat because there is one Bionic test. If you
want to add GNU STDC++ or benchmark tests, look in tests/bionic/libc as an
example how to structure your files.