mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
12 lines
201 B
Rust
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 :)");
|
|
}
|