aboutsummaryrefslogtreecommitdiff
path: root/tests/standalone/builtin-macros
AgeCommit message (Collapse)Author
2014-04-23Fix standalone tests for 64-bit ABIsAndrew Hsieh
Change-Id: I92c64bb29abe1d4096ce8443fc5c2cc60ab30eaf
2013-07-20Update the wchar-related tests.David 'Digit' Turner
This updates all wchar_t related definitions to match the fix currently uploaded at: https://android-review.googlesource.com/#/c/62320/ + Fix a typo in <minitest/minitest.h> See http://b.android.com/57749 Change-Id: Iaa30eb026c27bac1d3cb4e1870f787f9ca22414e
2013-01-04Fix standalone tests for cygwinAndrew Hsieh
Change-Id: I6e270d533f72de791405410e119ba305ae0186c5
2012-09-24Enhance standalone/run.sh to test clangAndrew Hsieh
With this clang can be tested in standalone mode eg. ./tests/standalone/run.sh --no-sysroot \ --prefix=$OPT/android-ndk-api14-arm/bin/clang Change-Id: I3337f2737a3e18fc1d2c628da7b8bb5320271cce
2012-05-25Rewrite standalone toolchain testsDavid 'Digit' Turner
This patch rewrites the standalone toolchain tests completely (the previous version didn't work properly anyway). tests/standalone/run.sh can be used to check that a given NDK toolchain works properly. It doesn't have to be a standalone toolchain as long as you use the --sysroot=<path> option. Usage example: tests/standalone/run.sh --prefix=toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androideabi-gcc Note that the tests do not assume that a C++ STL is available in the toolchain's installation directory. We will probably add a few other tests to check these later. Change-Id: Idac1cf8fda040773de771b29ca5b80587f0b900e