mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-24 11:35:38 +00:00
other: add quick test for building clap app (#834)
This commit is contained in:
+10
@@ -404,3 +404,13 @@ use CPU (3) as the default instead.
|
||||
app
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn verify_cli() {
|
||||
build_app().debug_assert();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user