add makefile
This commit is contained in:
parent
60257b256a
commit
6339b6bc4b
39 changed files with 3145 additions and 248 deletions
|
|
@ -1,13 +1,11 @@
|
|||
use std::{io::Error, net::Ipv4Addr};
|
||||
|
||||
use fehler::throws;
|
||||
use std::io::Error;
|
||||
use std::net::Ipv4Addr;
|
||||
use tun::TunInterface;
|
||||
|
||||
#[test]
|
||||
#[throws]
|
||||
fn test_create() {
|
||||
TunInterface::new()?;
|
||||
}
|
||||
fn test_create() { TunInterface::new()?; }
|
||||
|
||||
#[test]
|
||||
#[throws]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue