toolkit/library/gtest/rust/lib.rs
author Steve Fink <sfink@mozilla.com>
Mon, 28 Apr 2025 16:58:29 +0000
changeset 784875 dfac0166a72db9641a7f04448b47f6fb55e041b9
parent 754785 29c91f045ba8ddae60f5a585512dff714a079d19
permissions -rw-r--r--
Bug 1961685 - Switch manifestdownload to using repo.get_branch_nodes() r=ahal Differential Revision: https://phabricator.services.mozilla.com/D246366

// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

extern crate bench_collections_gtest;
extern crate dap_ffi_gtest;
extern crate fog_gtest;
#[cfg(feature = "gecko-fuzz-targets")]
extern crate gecko_fuzz_targets;
extern crate gkrust_shared;
extern crate kvstore_gtest;
extern crate l10nregistry_ffi_gtest;
extern crate moz_task_gtest;
extern crate mp4parse_gtest;
extern crate nsstring_gtest;
extern crate xpcom_gtest;