slint/tests/driver/main.rs
2020-06-08 12:24:39 +02:00

12 lines
201 B
Rust

#[cfg(test)]
mod cpp;
#[cfg(test)]
mod interpreter;
#[cfg(test)]
mod nodejs;
include!(env!("TEST_FUNCTIONS"));
fn main() {
println!("Nothing to see here, please run me through cargo test :)");
}