aboutsummaryrefslogtreecommitdiffstats
path: root/cc/test.go
Commit message (Expand)AuthorAgeFilesLines
* Support require_root in auto-gen test configsDan Shi2019-07-151-7/+20
* Soong: Add synopsis to several modules under cc package.Patrice Arruda2019-03-251-5/+15
* ATest: GTest auto gen config support run_test_as in Android.bp .yelinhsieh2019-03-231-0/+14
* Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross2019-03-201-2/+2
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-14/+6
* cc_test: emit errors if there's duplicate in srcsJooyung Han2019-03-071-0/+15
* Autogenerate some extra_options based on some build propertiesJulien Desprez2019-03-011-1/+6
* [SOONG] Not auto-generate test config if test_suite is ctsyangbill2019-02-191-2/+2
* Enable benchmarks on darwinColin Cross2018-11-131-11/+0
* Revert "ATest: GTest auto gen config support run_test_as in Android.bp ."Bill Yang2018-10-251-18/+1
* ATest: GTest auto gen config support run_test_as in Android.bp .yelinhsieh2018-10-221-1/+18
* Add an isolated option for cc_test targets.Christopher Ferris2018-09-271-0/+5
* TradeFed: Add "test_config_template" flag in Android.bpJack He2018-09-261-2/+14
* Move autogenerated test config into SoongColin Cross2018-08-141-0/+9
* Support 'test_config' into soong modulesJulien Desprez2018-08-071-1/+9
* Build System: Fix rpath error if native executable under testcase folder.yangbill2018-05-071-5/+9
* Use proptools.BoolDefaultColin Cross2018-04-101-1/+1
* 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