extern crate adduser; mod testfiles; #[test] fn test_test() { assert_eq!(1, 1); }