premake/tests/actions/make/cpp
Tim Wharton 45401aa57b Enable Makefile environment overrides for CC,CXX and AR.
Check if CC, CXX or AR are their default values before assigning them their premake defaults.
If they are not at their default values, they have been overriden in the environment and we should leave them alone.

Overriding toolchains from the command line is useful when swapping between compilers.
For example: `CC=gcc-4.8.1 make -C build`
2015-06-08 04:46:16 +01:00
..
test_clang.lua Enable Makefile environment overrides for CC,CXX and AR. 2015-06-08 04:46:16 +01:00
test_file_rules.lua Fix escaping of multiple build rule inputs 2014-12-08 12:44:51 -05:00
test_flags.lua Split baking back out into own source file; prevent automatic baking of "raw" objects 2013-11-14 08:52:55 -05:00
test_make_linking.lua Implement 'RelativeLinks" flag to effect makefile creation to use -l and -L instead of linking against the full path of a dynamic object library 2015-02-06 16:48:59 -07:00
test_make_pch.lua - Fix gmake parallel builds when using precompiled headers 2014-06-05 18:11:03 +02:00
test_objects.lua Fix unit tests broken by previous commit 2014-09-28 14:49:57 -04:00
test_target_rules.lua Split baking back out into own source file; prevent automatic baking of "raw" objects 2013-11-14 08:52:55 -05:00
test_tools.lua Split baking back out into own source file; prevent automatic baking of "raw" objects 2013-11-14 08:52:55 -05:00
test_wiidev.lua Make test framework module aware 2014-09-17 19:19:47 -04:00