aboutsummaryrefslogtreecommitdiffstats
path: root/cc/test.go
Commit message (Expand)AuthorAgeFilesLines
* Fix NDK gtest name.Dan Albert2018-02-211-6/+1
* Remove support for gnustl.Dan Albert2018-01-051-2/+0
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-2/+2
* Export test/benchmark factory symbols.Steven Moreland2017-11-021-10/+10
* Add $ORIGIN to rpath for host testsColin Cross2017-10-211-0/+5
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-1/+1
* Add -lm to the default libs for Linux & DarwinDan Willemsen2017-09-261-2/+0
* Make test_suites arch_variantDan Willemsen2017-09-181-1/+1
* Move benchmarks to /data/benchmarktest[64] to match makeColin Cross2017-09-081-3/+3
* Add support for data field in cc_benchmark.Anders Lewis2017-07-171-0/+7
* Refactor factoriesColin Cross2017-06-301-7/+5
* Support test_suites in cc_benchmark modulesColin Cross2017-04-241-0/+13
* Add support for test_suites property on cc_test modulesColin Cross2017-03-271-0/+5
* Support data properties for test binariesColin Cross2017-02-021-2/+10
* Allow disabling the named test directory for cc_testDan Willemsen2016-12-271-1/+12
* Pass DepsContext to dependency methodsColin Cross2016-12-131-3/+3
* Remove boolean arguments from NewLibrary()Colin Cross2016-12-131-1/+1
* Move registration into android packageandroid-n-mr1-preview-2android-n-mr1-preview-1Colin Cross2016-10-121-6/+5
* Disable cc_benchmark for Darwin hostsDan Willemsen2016-10-041-0/+11
* Improve test support for art testsColin Cross2016-09-141-7/+10
* Support shared cc_test_libraryDan Willemsen2016-08-311-2/+2
* Expose module suffixes to MakeDan Willemsen2016-08-291-10/+8
* Fix cc_benchmark installsColin Cross2016-08-111-0/+1
* Refactor cc modules to use decorators instead of inheritanceColin Cross2016-08-051-84/+140
* Rename compiler, linker and installer methods to be uniqueColin Cross2016-08-011-22/+22
* Separate cc.goColin Cross2016-07-291-0/+256