simd-lite / simd-lite

Additional SIMD intrinsics for rustlang
Apache License 2.0
5 stars 1 forks source link

improve testing structure to (1) smoke tests and (2) deeper/structured testing #15

Open sunnygleason opened 5 years ago

sunnygleason commented 5 years ago

Right now, the deep tests do thorough testing, but they are a bit vulnerable since there is so little code/such heavy automation.

It would be nice to have a more basic "smoke" test for each intrinsic, just in case something breaks the more technically complex testing in a systematic way.

Licenser commented 5 years ago

Looking at your tests I was thinking we could use property based testing, have you used that before?