Robbepop / apint

Arbitrary precision integers library.
Other
27 stars 4 forks source link

Make fuzz tests optional #49

Open Robbepop opened 5 years ago

Robbepop commented 5 years ago

Our fuzz tests are slow. Since it is the nature of fuzz tests to take a long time we should make them separate from other tests with a crate feature guard fuzz-tests or something like that to only run them when this feature is enabled. Otherwise our unit test suite is needlessly slowed down.