//! Smoke tests.
/// Smoke test of local version of the crate.
#[test]fnlocal_smoke_test(){::test_tools::test::smoke_test::smoke_test_for_local_run();}/// Smoke test of published version of the crate.
#[test]fnpublished_smoke_test(){::test_tools::test::smoke_test::smoke_test_for_published_run();}