chore(tailscale): Add test

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-05-16 15:01:50 +10:00
parent 365cdaf311
commit eeca8a7a98
2 changed files with 32 additions and 0 deletions

View File

@ -10,6 +10,8 @@ use std::os::fd::{AsRawFd, RawFd};
use std::os::windows::io::{AsRawHandle, RawHandle};
use std::os::raw::{c_char, c_int};
mod bindings;
#[cfg(test)]
mod test;
type GoInt = i64;