Add a way to skip the Go bindings tests even when Go is configured in
authorChandler Carruth <chandlerc@gmail.com>
Thu, 10 Sep 2015 05:47:43 +0000 (05:47 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 10 Sep 2015 05:47:43 +0000 (05:47 +0000)
commite7a8fe1967f295129b3118b1bc8a5cc210dcd528
treeddaedfc2bb497863f389652e0c256936e66f6f09
parent8510b6c434e3a4a82dc6e8b879e181726a880c14
Add a way to skip the Go bindings tests even when Go is configured in
CMake.

The Go bindings tests in an unoptimized build take over 30 seconds for
me, making it the slowest test in 'check-llvm' by a factor of two.

I've only rigged this up fully to the CMake build. If someone is
interested in rigging it up to the autoconf build, they're welcome to do
so.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247243 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
test/Bindings/Go/lit.local.cfg
test/Makefile
test/lit.site.cfg.in