ccache/test
Boie, Andrew P e11912151c add support for '@' parameters
These indicate to the compiler that additional command line options
should be read from a text file. If encountered, read the file,
tokenize any arguments, and if any are found, do an in-place replacement
of the '@' parameter with the arguments within the file.

args_insert() added to insert a set of arguments into a position within
another set of arguments.

args_init_from_string() has been improved so that any character may be
included by prefixing that character with a backslash, and support for
quoted arguments which pass special characters within the quotation marks
unmodified.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2012-08-01 09:57:29 +02:00
..
framework.c Use booleans for truth values 2012-01-08 15:29:19 +01:00
framework.h Use booleans for truth values 2012-01-08 15:29:19 +01:00
main.c Fix make test on win32 2010-09-26 22:11:45 +02:00
test_args.c add support for '@' parameters 2012-08-01 09:57:29 +02:00
test_argument_processing.c Merge branch 'master' into config 2012-01-08 15:17:00 +01:00
test_compopt.c Move lists of compiler options' semantics into a separate compopt.c file 2010-09-01 22:50:05 +02:00
test_conf.c Remove test of check removed in 05ce57e 2012-05-13 19:24:56 +02:00
test_counters.c test: Use an int64_t variant of CHECK_INT_EQ for all integer types 2011-07-26 22:11:45 +02:00
test_hash.c Add some tests of MD4 hash functions 2010-08-18 21:42:06 +02:00
test_hashutil.c Revert mistakenly merged parts of 27f2ba9a15 2012-06-01 08:38:41 +02:00
test_lockfile.c Add size hint to read_text_file() 2010-10-05 22:40:04 +02:00
test_stats.c test: Use an int64_t variant of CHECK_INT_EQ for all integer types 2011-07-26 22:11:45 +02:00
test_util.c Merge branch 'maint' 2012-07-28 17:17:25 +02:00
util.c Fix make test on win32 2010-09-26 22:11:45 +02:00
util.h Use bool, true and false for boolean values 2010-08-29 13:26:55 +02:00