ostree/rust-bindings/rust/tests/tests.rs

12 lines
172 B
Rust

extern crate gio;
extern crate glib;
extern crate openat;
extern crate ostree;
extern crate tempfile;
#[macro_use]
extern crate maplit;
mod functions;
mod repo;
mod util;