Add lit configs for libcxxabi tests.
authorDan Albert <danalbert@google.com>
Thu, 10 Jul 2014 02:20:11 +0000 (02:20 +0000)
committerDan Albert <danalbert@google.com>
Thu, 10 Jul 2014 02:20:11 +0000 (02:20 +0000)
commita770f9d66b9508c42c729f8d2200c4d11a2b7484
tree4fddb17f0b6c0722e1b1399d7aaed0ca94650bd3
parent8c074015047cf88fea703d981ba214d895a744d3
Add lit configs for libcxxabi tests.

This makes running libcxxabi tests on Linux _much_ easier.
Adds a check-libcxxabi target to cmake.

Also defaults to building a dynamic libc++abi. This is so that the
default options still test the libc++abi that is being built. There are
two problems with testing a static libc++abi. In the case of a
standalone build, the tests will link the system's libc++, which might
not have been built against our libc++abi. In the case of an in tree
build, libc++ will prefer a dynamic libc++abi from the system over a
static libc++abi from the output directory.

llvm-svn: 212672
libcxxabi/CMakeLists.txt
libcxxabi/src/CMakeLists.txt
libcxxabi/test/CMakeLists.txt [new file with mode: 0644]
libcxxabi/test/lit.cfg [new file with mode: 0644]
libcxxabi/test/lit.site.cfg.in [new file with mode: 0644]
libcxxabi/www/index.html