aboutsummaryrefslogtreecommitdiff
path: root/rust/test.go
AgeCommit message (Expand)Author
2023-01-11Use the same rpaths for tests and binaries and cc and rustColin Cross
2023-01-03Allow adding extra tradefed options in the Android.bp fileCole 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 fileCole Faust
2022-08-17Move common test_options properties into the android packageZhenhuang 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_testIvan Lozano
2021-11-04rust: Support MTE memtag_heap sanitizerIvan Lozano
2021-09-21rust: Add require_root and vendor install baseIvan Lozano
2021-07-15rust: Remove libtest from stdlibs listIvan 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:trueJulien Desprez
2021-02-04bp2build: convert paths/module refs to Bazel labelLiz Kammer
2021-01-29rust: Allow rust_tests to include data files.Ivan Lozano
2021-01-26Rust: abort on panicJeff Vander Stoep
2020-11-16Add unit_test test option in test configsDan Shi
2020-09-28rust: Refactor staticStd to stdLinkageIvan Lozano
2020-09-18rust: Add libstd linkage mutator for rlibs.Ivan Lozano
2020-08-28rust: strip libraries and binariesThiƩbaud Weksteen
2020-08-25Link device binaries dynamically by default.Ivan Lozano
2020-08-04Make Rust test harness optional for test binariesStephen Crane
2020-07-01rust: Add rustlibs auto dependency selectionMatthew Maurer
2020-06-17Generate multilib for rust_testChih-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 modulesColin 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 namesChih-Hung Hsieh
2019-10-29Add rust_test and rust_test_host.Chih-Hung Hsieh