File: local_socket_security_descriptor.rs

package info (click to toggle)
rust-interprocess 2.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,016 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(unexpected_cfgs)]

mod null_dacl;
mod sd_graft;

use crate::tests::util::*;

#[cfg(not(ci))]
#[test]
fn sd_graft() -> TestResult { test_wrapper(sd_graft::test_main) }

#[test]
fn null_dacl() -> TestResult { test_wrapper(null_dacl::test_main) }