aboutsummaryrefslogtreecommitdiff
path: root/tools/aconfig/aconfig/tests/aconfig_prod_mode_test.rs
blob: e1fb8e5a0903c43e2a7726ad65d59adc588c1fce (plain)
1
2
3
4
5
6
7
8
#[cfg(not(feature = "cargo"))]
#[test]
fn test_flags() {
    assert!(!aconfig_test_rust_library::disabled_ro());
    assert!(!aconfig_test_rust_library::disabled_rw());
    assert!(aconfig_test_rust_library::enabled_ro());
    assert!(aconfig_test_rust_library::enabled_rw());
}