azure_core_test 0.1.0

Utilities for testing client libraries built on azure_core.
Documentation
1
2
3
4
5
6
7
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

pub fn main() {
    // Force a rebuild of this package, and thus anything dependent upon it, if AZURE_TEST_MODE changes.
    println!("cargo::rerun-if-env-changed=AZURE_TEST_MODE");
}