aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test for b failingCole Faust2023-07-051-0/+4
* Make RELEASE_PLATFORM_VERSION a release config flag to set platform version.Joe Onorato2023-06-111-1/+1
* Fix whitespace in soong_config_set callsCole Faust2023-05-022-1/+3
* Add a test for b builds with --Cole Faust2023-03-221-0/+1
* Make words() work on a list of non-stringsCole Faust2023-02-071-0/+5
* Merge "Add test for bazel server shutdown/restart"Treehugger Robot2023-01-121-0/+4
|\
| * Add test for bazel server shutdown/restartCole Faust2022-12-021-0/+4
* | Fix printing variables that have inherit references in themCole Faust2023-01-054-0/+80
* | Make clear_var_list set nonexistant variables to empty stringsCole Faust2022-12-131-1/+2
* | Add rbc implementation of clear_var_listCole Faust2022-12-131-0/+10
|/
* Call lunch before using b.Jingwen Chen2022-10-271-0/+3
* envsetup: add bmod to get Bazel label of a Soong module.Jingwen Chen2022-10-051-0/+5
* Merge "remove zsh from roboleaf_tests.sh"Sam Delmerico2022-09-281-1/+0
|\
| * remove zsh from roboleaf_tests.shSam Delmerico2022-09-281-1/+0
* | re-enable b run commands in test suiteSam Delmerico2022-09-281-1/+1
* | re-enable b test suiteSam Delmerico2022-09-282-7/+2
|/
* temporarily disable roboleaf_tests.shSam Delmerico2022-09-211-0/+2
* add test suite for b commandSam Delmerico2022-09-092-0/+54
* move lunch specific tests to separate fileSam Delmerico2022-09-092-33/+66
* Add function for flattening 2d listsCole Faust2022-05-051-1/+5
* Add implementations for firstword/lastwordCole Faust2022-04-281-0/+9
* Merge "Correct abspath implementation"Treehugger Robot2022-04-201-0/+8
|\
| * Correct abspath implementationCole Faust2022-04-191-0/+8
* | Sort inherited products correctlyCole Faust2022-04-185-0/+99
|/
* Evaluate intermediate products properlyCole Faust2022-04-128-30/+170
* Add mksort implementationCole Faust2022-04-051-0/+3
* Merge "Fix single value variable inheritance order"Treehugger Robot2022-04-054-1/+6
|\
| * Fix single value variable inheritance orderCole Faust2022-04-044-1/+6
* | Merge "Revert "Fix inheritance order""Treehugger Robot2022-04-041-1/+1
|\|
| * Revert "Fix inheritance order"Cole Faust2022-04-041-1/+1
* | Merge "Remove regex functionality from rbcrun"Treehugger Robot2022-04-041-1/+5
|\ \ | |/ |/|
| * Remove regex functionality from rbcrunCole Faust2022-03-301-1/+5
* | Fix inheritance orderCole Faust2022-03-311-1/+1
|/
* Fix single value inheritanceCole Faust2022-03-235-0/+95
* Allow multiple patterns in rblf_wildcardCole Faust2021-12-081-0/+13
* Pass input variables to product configCole Faust2021-12-022-4/+32
* Correctly copy the board configuration input variablesCole Faust2021-12-014-3/+47
* Runtime reporting of the conversion errors.Sasha Smundak2021-11-181-0/+27
* Runtime support for dist-for-goals.Sasha Smundak2021-11-182-0/+11
* Add notdir implementationCole Faust2021-11-171-0/+5
* Add soong_config_getCole Faust2021-11-091-0/+3
* Add board_platform_in/board_platform_is runtime functions.Sasha Smundak2021-10-252-1/+14
* Better Soong namespace support in the RBC runtime.Sasha Smundak2021-10-253-12/+12
* Make global config depend on version defaults.Sasha Smundak2021-09-172-2/+18
* If filter/filter_out pattern is a list, remove empty elements from it.Sasha Smundak2021-08-261-0/+3
* Fix copy_files implementationSasha Smundak2021-08-192-0/+4
* Add find_files builtin, use it to fix find_and_copy implementationSasha Smundak2021-08-192-2/+2
* Support product-copy-files-by-pattern macroSasha Smundak2021-08-181-0/+3
* Implement copy_files functionSasha Smundak2021-07-292-3/+7
* Implement add_soong_namespace and add_soong_config_var_value functionsSasha Smundak2021-07-292-0/+27