llvm-project/lldb/test/make
Ed Maste 375432e4d8 Improve test for g++ 4.6
Skip the g++ 4.6 test if we're not going to build any C++ source.
If a test has C++ source files we automatically determine which C++
compiler to use based on $CC (for example, clang++ if CC=clang).
However, this is not done for tests without C++ source and CXX will
be GNU make's default of g++.  This produces suprious "g++: not found"
errors in testrun output on systems without a gcc/g++.

Differential Revision:	http://reviews.llvm.org/D10122

llvm-svn: 238603
2015-05-29 19:52:02 +00:00
..
Makefile.rules Improve test for g++ 4.6 2015-05-29 19:52:02 +00:00
test_common.h Fix makefiles to build shared library tests on Windows. 2015-03-13 21:51:11 +00:00