summaryrefslogtreecommitdiff
path: root/rust/test.go
AgeCommit message (Expand)Author
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
2019-11-14Add TestProperties, gen test config, fix names Chih-Hung Hsieh
2019-10-29Add rust_test and rust_test_host. Chih-Hung Hsieh