Add test file for count command (#2358)

* Add test file for count command

* rustfmt + Clippy
This commit is contained in:
Joseph T. Lyons
2020-08-15 23:16:49 -04:00
committed by GitHub
parent c59f860b48
commit b1a946f0dc
2 changed files with 14 additions and 0 deletions

View File

@ -6,6 +6,7 @@ mod autoenv_untrust;
mod cal;
mod cd;
mod compact;
mod count;
mod cp;
mod default;
mod drop;