1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

add test for factor

Add a test for `factor`.

This commit also pulls factor's Sieve implementation into its own module
so that the factor test can use it.

Finally, slight refactoring for clarity in gen_table.rs.
This commit is contained in:
kwantam 2015-04-30 14:23:12 -04:00
parent cab4f8d570
commit 9a806346a9
5 changed files with 670 additions and 572 deletions

View file

@ -161,6 +161,7 @@ TEST_PROGS := \
cat \
cp \
env \
factor \
mkdir \
mv \
nl \