History log of /bionic/tests/file-check-cxx
Revision Date Author Comments
f68dcbe0930b38db2a0909934f64175b1c51745a 03-Feb-2016 Dan Albert <danalbert@google.com> Fix our fortify tests for global -Werror.

If anyone has a better way of doing this it would be welcome...

Bug: http://b/26936282
Change-Id: I796896866327b4b5b5ee4ec36994fb320993f85d
808602a4852d470f5420af3c1711ffc0a4e90777 28-Sep-2015 Dan Willemsen <dwillemsen@google.com> Fix file-check-cxx to handle quoted arguments

If the OVERRIDE_C_DATE_TIME environment variable is set, the build
system will add a macro to the global cflags that contains a static
quoted date, like:

-D__DATE__="\"Sep 28 2015\""

file-check-cxx needs to properly pass that through as a single, still
quoted argument. So use the quoted "$@" instead of turning each word
into an argument.

Change-Id: I6929d712c280d0452062640e0cba8a176d045c97
f04a8bc2266e4a51e1ccfb18c24ff0ae25d98d8a 03-Oct-2014 Dan Albert <danalbert@google.com> Add compile time test infrastructure for bionic.

Actual tests to follow...

Bug: 17782583
Change-Id: I22857f19899c3b39dbc2e5473ad3be1a8a291139