tests: Executable for testing layouts
This commit is contained in:
8
src/bin/test_layout.rs
Normal file
8
src/bin/test_layout.rs
Normal file
@ -0,0 +1,8 @@
|
||||
extern crate rs;
|
||||
|
||||
use rs::tests::check_layout_file;
|
||||
use std::env;
|
||||
|
||||
fn main() -> () {
|
||||
check_layout_file(env::args().nth(1).expect("No argument given").as_str());
|
||||
}
|
||||
Reference in New Issue
Block a user