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:
parent
cab4f8d570
commit
9a806346a9
5 changed files with 670 additions and 572 deletions
1
Makefile
1
Makefile
|
@ -161,6 +161,7 @@ TEST_PROGS := \
|
|||
cat \
|
||||
cp \
|
||||
env \
|
||||
factor \
|
||||
mkdir \
|
||||
mv \
|
||||
nl \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue