summaryrefslogtreecommitdiff
path: root/rust/test.go
AgeCommit message (Expand)Author
2025-03-13Change CommonModuleInfoProvider to a pointer. Yu Liu
2025-03-11Expand TestSuiteInfoProvider to all test modules Cole Faust
2025-03-11Merge "rust: Set the rpath for rust_test modules" into main Ivan Lozano
2025-03-07Rename CommonModuleInfoKey to be consistent with others. Yu Liu
2025-03-06rust: Set the rpath for rust_test modules Ivan Lozano
2025-02-21Merge "Implement host_common_data property for cc, java, rust and sh test mod... Colin Cross
2025-02-18Implement host_common_data property for cc, java, rust and sh test modules Colin Cross
2025-02-18Install tradefed dynamic config file in soong-only builds Cole Faust
2025-01-29Merge "Install rust test and deps in testcases/ in soong-only" into main Treehugger Robot
2025-01-29Convert rust module-info.json to soong Cole Faust
2025-01-29Install rust test and deps in testcases/ in soong-only Spandan Das
2025-01-28Add new flags for Rust 1.83 update Chris Wailes
2025-01-23Convert rust to use ModuleProxy. Yu Liu
2024-12-13rust: Alias rust_ffi_rlib to rust_library_rlib Ivan Lozano
2024-10-21Add new properties to aid in removing the 1-variant fallback Cole Faust
2024-07-16Switch rust test install base to /data/local/tmp for consistency with cc Nikita Putikhin
2024-06-28Remove test_per_src Colin Cross
2024-01-09Split usage of UseVndk Kiyoung Kim
2023-11-30Move test data installation to Soong Colin Cross
2023-11-20Add test spec provider to test modules. Aditya Choudhary
2023-01-11Use the same rpaths for tests and binaries and cc and rust Colin Cross
2023-01-03Allow adding extra tradefed options in the Android.bp file Cole Faust
2022-12-19Revert "Allow adding extra tradefed options in the Android.bp file" Tahsin Loqman
2022-12-09Allow adding extra tradefed options in the Android.bp file Cole Faust
2022-08-17Move common test_options properties into the android package Zhenhuang Wang
2022-04-28Put rust_test.data_libs under lib[64] Jooyung Han
2021-12-07rust: Fix Host multilib prop for rust_test modules. Ivan Lozano
2021-11-16Merge "rust: Add data_libs and data_bins to rust_test" Ivan Lozano
2021-11-15rust: Add data_libs and data_bins to rust_test Ivan Lozano
2021-11-04rust: Support MTE memtag_heap sanitizer Ivan Lozano
2021-09-21rust: Add require_root and vendor install base Ivan Lozano
2021-07-15rust: Remove libtest from stdlibs list Ivan Lozano
2021-02-10Merge "Changing default of rust_test_host to unit_tests:true" Julien Desprez
2021-02-05Changing default of rust_test_host to unit_tests:true Julien Desprez
2021-02-04bp2build: convert paths/module refs to Bazel label Liz Kammer
2021-01-29rust: Allow rust_tests to include data files. Ivan Lozano
2021-01-26Rust: abort on panic Jeff Vander Stoep
2020-11-16Add unit_test test option in test configs Dan Shi
2020-09-28rust: Refactor staticStd to stdLinkage Ivan Lozano
2020-09-18rust: Add libstd linkage mutator for rlibs. Ivan Lozano
2020-08-28rust: strip libraries and binaries ThiƩbaud Weksteen
2020-08-25Link device binaries dynamically by default. Ivan Lozano
2020-08-04Make Rust test harness optional for test binaries Stephen Crane
2020-07-01rust: Add rustlibs auto dependency selection Matthew Maurer
2020-06-17Generate multilib for rust_test Chih-Hung Hsieh
2020-06-11Make rust_test file output more similar to cc_test. Ivan Lozano
2020-06-10Fix using generated test configs for sh_test, python_test and rust_test modules Colin Cross
2020-05-05Add gcov coverage support to Rust modules. Ivan Lozano
2019-12-13Install rust tests under nativetest(64) Chih-Hung Hsieh
2019-12-02Generate tradefed config for rust device tests. Chih-Hung Hsieh